From 273cf88a7f6003a50f4e2a600aad6f278d1bf727 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 30 May 2007 08:14:54 +0200 Subject: Really change restart keybinding this time darcs-hash:20070530061454-a5988-b2446b9dde7fdbdd3d08790c9891ee5fd4c964ea.gz --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index ca9b41d..7bb7e37 100644 --- a/Config.hs +++ b/Config.hs @@ -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 -- cgit v1.2.3