removed xmonad quit, not working currently and causes error, can't be bothered working it out
This commit is contained in:
parent
3d93df1314
commit
84e5ee6030
@ -222,8 +222,8 @@ myKeys conf@XConfig {XMonad.modMask = modm} = M.fromList $
|
||||
--
|
||||
, ((modm, xK_b ), sendMessage ToggleStruts)
|
||||
|
||||
-- Quit xmonad
|
||||
, ((modm .|. shiftMask, xK_apostrophe ), io (exitSuccess))
|
||||
-- -- Quit xmonad
|
||||
-- , ((modm .|. shiftMask, xK_apostrophe ), io (exitSuccess))
|
||||
|
||||
-- Restart xmonad
|
||||
, ((modm, xK_apostrophe ), spawn "xmonad --recompile; xmonad --restart")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user