that didnt do it right

This commit is contained in:
Sakooooo 2023-07-23 17:04:05 +03:00
parent bb14457d2a
commit 1885f46b79
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -131,7 +131,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm .|. shiftMask, xK_q ), io exitSuccess)
-- Restart xmonad
, ((modm , xK_q ), spawn "xmonad --recompile; xmonad --restart; killall xmobar")
, ((modm , xK_q ), spawn "xmonad --recompile; killall xmobar; xmonad --restart")
-- Run xmessage with a summary of the default keybindings (useful for beginners)
, ((modm .|. shiftMask, xK_slash ), xmessage help)