removed xmonad quit, not working currently and causes error, can't be bothered working it out

This commit is contained in:
Solomon Laing 2021-04-26 14:00:40 +09:30
parent 3d93df1314
commit 84e5ee6030

View File

@ -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")