[XMonad] Add split out chrome tab
This commit is contained in:
parent
d7e55dffbb
commit
2e6092bb35
7
dotfiles/lib/bin/split_out_chrome_tab.sh
Executable file
7
dotfiles/lib/bin/split_out_chrome_tab.sh
Executable 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"
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user