[XMonad] Add binding for split out for chrome tab

This commit is contained in:
Ivan Malison 2016-11-29 16:40:20 -08:00
parent 18cfb40606
commit ee422e92de
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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)