aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-21 21:46:53 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-21 21:46:53 +0200
commit9ddc52b817d366782f2c431053648fade67d6bf4 (patch)
tree5dcfae33fb27543031f66a2643b1aa9e9930dd19 /Config.hs
parent880d404ad9c01312a56d2646b05871e64249bd26 (diff)
downloadxmonad-9ddc52b817d366782f2c431053648fade67d6bf4.tar.gz
xmonad-9ddc52b817d366782f2c431053648fade67d6bf4.tar.xz
xmonad-9ddc52b817d366782f2c431053648fade67d6bf4.zip
Experimental support for a beefier restart.
darcs-hash:20070521194653-a5988-b6725cc0d73fc6b726dc41284eef9303a7e59a1e.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 0b738a6..b199cb2 100644
--- a/Config.hs
+++ b/Config.hs
@@ -169,7 +169,7 @@ keys = M.fromList $
, ((modMask .|. shiftMask, xK_c ), kill)
, ((modMask .|. shiftMask, xK_q ), io $ exitWith ExitSuccess)
- , ((modMask .|. shiftMask .|. controlMask, xK_q ), restart)
+ , ((modMask .|. shiftMask .|. controlMask, xK_q ), restart Nothing False)
-- Cycle the current tiling order
, ((modMask, xK_Return), swap)