mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-04 06:01:53 -07:00
broadcast a ReleaseResources before restarting
This commit is contained in:
@@ -166,7 +166,7 @@ keys = M.fromList $
|
|||||||
|
|
||||||
-- quit, or restart
|
-- quit, or restart
|
||||||
, ((modMask .|. shiftMask, xK_q ), io (exitWith ExitSuccess)) -- %! Quit xmonad
|
, ((modMask .|. shiftMask, xK_q ), io (exitWith ExitSuccess)) -- %! Quit xmonad
|
||||||
, ((modMask , xK_q ), restart Nothing True) -- %! Restart xmonad
|
, ((modMask , xK_q ), broadcastMessage ReleaseResources >> restart Nothing True) -- %! Restart xmonad
|
||||||
|
|
||||||
-- Extension-provided key bindings
|
-- Extension-provided key bindings
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user