[XMonad] Add split out chrome tab

This commit is contained in:
Ivan Malison 2016-11-22 00:41:26 -08:00
parent d7e55dffbb
commit 2e6092bb35
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env zsh
sleep .6
xdotool key --clearmodifiers Escape
xdotool key --clearmodifiers Tab
xdotool key --clearmodifiers "W"
sleep .2
xdotool key --clearmodifiers "Super_L+z"

View File

@ -444,6 +444,7 @@ addKeys conf@XConfig {modMask = modm} =
-- ModAlt bindings
, ((modalt, xK_w), spawn "rofi_wallpaper.sh")
, ((modalt, xK_z), spawn "split_out_chrome_tab.sh")
, ((modalt, xK_space), deactivateFullOr restoreOrMinimizeOtherClasses)
, ((modalt, xK_Return), deactivateFullAnd restoreAllMinimized)
, ((modalt, xK_5), selectToggle)