From e252cc1479451e1cb277ba82364125314d886092 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 --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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