This commit is contained in:
Sakooooo 2023-07-24 00:56:47 +03:00
parent 5b1a90fc83
commit 1824d1ea2b
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 trayer; killall xmobar ; xmonad --restart") , ((modm , xK_q ), spawn "xmonad --recompile; 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)