mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
broadcast a ReleaseResources before restarting
This commit is contained in:
@@ -166,7 +166,7 @@ keys = M.fromList $
|
||||
|
||||
-- quit, or restart
|
||||
, ((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
|
||||
]
|
||||
|
Reference in New Issue
Block a user