From 26eaea0b085faf9908fc665c33d749cd4c43426f Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Mon, 24 Sep 2007 21:39:15 +0200 Subject: broadcast a ReleaseResources before restarting darcs-hash:20070924193915-32816-b9477a3dae61c101ec60422535e62840fc42d7e9.gz --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 642a219..e28399c 100644 --- a/Config.hs +++ b/Config.hs @@ -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 ] -- cgit v1.2.3