forked from colonelpanic/dotfiles
[XMonad] Add binding for split out for chrome tab
This commit is contained in:
parent
18cfb40606
commit
ee422e92de
@ -556,6 +556,7 @@ addKeys conf@XConfig {modMask = modm} =
|
||||
, ((modm, xK_k), focusUp)
|
||||
, ((modm, xK_m), focusMaster)
|
||||
, ((modm, xK_Tab), focusNextClass)
|
||||
, ((modm .|. controlMask, xK_s), spawn "split_out.sh")
|
||||
|
||||
-- Hyper bindings
|
||||
, ((mod3Mask, xK_1), toggleFadingForActiveWindow)
|
||||
|
Loading…
Reference in New Issue
Block a user