aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-23 21:14:18 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-23 21:14:18 +0200
commit96977f88a59a56cf8b99900184dd09b73070fe5c (patch)
tree8a047a06a3225e20439ff87cfde188ac8fc32d38 /Config.hs
parentabbd6294c6640ec140c5f056ddb216f704777e83 (diff)
downloadxmonad-96977f88a59a56cf8b99900184dd09b73070fe5c.tar.gz
xmonad-96977f88a59a56cf8b99900184dd09b73070fe5c.tar.xz
xmonad-96977f88a59a56cf8b99900184dd09b73070fe5c.zip
Use --resume by default
darcs-hash:20070523191418-a5988-3b7c62f2e5d958b5c0e863c8ea048cf593995f2a.gz
Diffstat (limited to '')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 1e6f3d4..831aef0 100644
--- a/Config.hs
+++ b/Config.hs
@@ -172,7 +172,7 @@ keys = M.fromList $
, ((modMask .|. shiftMask, xK_c ), kill)
, ((modMask .|. shiftMask, xK_q ), io $ exitWith ExitSuccess)
- , ((modMask .|. shiftMask .|. controlMask, xK_q ), restart Nothing False)
+ , ((modMask .|. shiftMask .|. controlMask, xK_q ), restart Nothing True)
-- Cycle the current tiling order
, ((modMask, xK_Return), swapMaster)