that didnt do it right
This commit is contained in:
parent
bb14457d2a
commit
1885f46b79
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue