From 96977f88a59a56cf8b99900184dd09b73070fe5c Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 23 May 2007 21:14:18 +0200 Subject: Use --resume by default darcs-hash:20070523191418-a5988-3b7c62f2e5d958b5c0e863c8ea048cf593995f2a.gz --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.hs') 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) -- cgit v1.2.3