Really change restart keybinding this time

This commit is contained in:
Spencer Janssen
2007-05-30 06:14:54 +00:00
parent 79a9c58f92
commit fbfbb14658

View File

@@ -124,7 +124,7 @@ keys = M.fromList $
-- quit, or restart
, ((modMask .|. shiftMask, xK_q ), io (exitWith ExitSuccess)) -- @@ Quit xmonad
, ((modMask .|. shiftMask .|. controlMask, xK_q ), restart Nothing True) -- @@ Restart xmonad
, ((modMask , xK_q ), restart Nothing True) -- @@ Restart xmonad
] ++
-- mod-[1..9] @@ Switch to workspace N