diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-09-24 21:39:15 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-09-24 21:39:15 +0200 |
commit | e252cc1479451e1cb277ba82364125314d886092 (patch) | |
tree | 843773eaeef9bffd839093a86815ab261543c1f4 | |
parent | 5103cbd537dcdd1b41d4a003709e4bd21b3a45ec (diff) | |
download | metatile-e252cc1479451e1cb277ba82364125314d886092.tar metatile-e252cc1479451e1cb277ba82364125314d886092.zip |
broadcast a ReleaseResources before restarting
darcs-hash:20070924193915-32816-b9477a3dae61c101ec60422535e62840fc42d7e9
-rw-r--r-- | Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ] |