This commit is contained in:
Sakooooo 2023-07-24 17:27:15 +03:00
parent 6a77aa0ef2
commit 6a6454ca89
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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