Use --resume by default

This commit is contained in:
Spencer Janssen
2007-05-23 19:14:18 +00:00
parent bcf305cd1e
commit 654e64b772

View File

@@ -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)