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)
|
, ((modm, xK_b ), sendMessage ToggleStruts)
|
||||||
|
|
||||||
-- Quit xmonad
|
-- -- Quit xmonad
|
||||||
, ((modm .|. shiftMask, xK_apostrophe ), io (exitSuccess))
|
-- , ((modm .|. shiftMask, xK_apostrophe ), io (exitSuccess))
|
||||||
|
|
||||||
-- Restart xmonad
|
-- Restart xmonad
|
||||||
, ((modm, xK_apostrophe ), spawn "xmonad --recompile; xmonad --restart")
|
, ((modm, xK_apostrophe ), spawn "xmonad --recompile; xmonad --restart")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user