whop
This commit is contained in:
parent
5b1a90fc83
commit
1824d1ea2b
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue