[XMonad] Add toggleWS binding

This commit is contained in:
Ivan Malison 2016-10-24 17:17:35 -07:00
parent 06ca3e7186
commit bfbece987e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -123,6 +123,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((modm, xK_slash), sendMessage $ Toggle MIRROR)
, ((modm, xK_m), withFocused minimizeWindow)
, ((modm .|. shiftMask, xK_m), sendMessage RestoreNextMinimizedWin)
, ((modm, xK_backslash), toggleWS)
-- Hyper bindings
, ((mod3Mask, xK_1), setWorkspaceNames)