[XMonad] Toggle FULL

This commit is contained in:
2016-11-20 23:20:15 -06:00
parent 44b8349756
commit 5189033ee1
2 changed files with 1 additions and 21 deletions

View File

@@ -343,7 +343,7 @@ addKeys conf@XConfig {modMask = modm} =
"systemctl --user restart taffybar.service")
, ((modm, xK_v), spawn "copyq paste")
, ((modm, xK_s), swapNextScreen)
, ((modm .|. controlMask, xK_space), sendMessage $ JumpToLayout "Full")
, ((modm .|. controlMask, xK_space), sendMessage $ Toggle FULL)
, ((modm, xK_slash), sendMessage $ Toggle MIRROR)
, ((modm, xK_m), withFocused minimizeWindow)
, ((modm .|. shiftMask, xK_m), withLastMinimized maximizeWindowAndFocus)