mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Use --resume by default
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user