[XMonad] Add binding to send window to scrathpad workspace

This commit is contained in:
Ivan Malison 2016-11-25 11:47:16 -08:00
parent 55a7f36dd4
commit cabbd09aa1
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -433,6 +433,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((modm, xK_backslash), toggleWS)
, ((modm, xK_space), deactivateFullOr $ sendMessage NextLayout)
, ((modm, xK_z), shiftToNextScreen)
, ((modm, xK_x), windows $ W.shift "NSP")
-- These need to be rebound to support boringWindows
, ((modm, xK_j), focusDown)