From 2bf98f96781fd823292d8c1c681c206da9c9da27 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Fri, 13 Jan 2012 01:01:15 +0100 Subject: Config.hs: rm commented out keybinding (dead for years) Ignore-this: 642850f63b8c9cd44102e9883178d475 darcs-hash:20120113000115-f7719-4b4f31a1fd781030c83dd4bb9ac1dc4bfedfd29c --- XMonad/Config.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/XMonad/Config.hs b/XMonad/Config.hs index 7e64a75..6d8bab1 100644 --- a/XMonad/Config.hs +++ b/XMonad/Config.hs @@ -197,9 +197,6 @@ keys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $ , ((modMask , xK_comma ), sendMessage (IncMasterN 1)) -- %! Increment the number of windows in the master area , ((modMask , xK_period), sendMessage (IncMasterN (-1))) -- %! Deincrement the number of windows in the master area - -- toggle the status bar gap - --, ((modMask , xK_b ), modifyGap (\i n -> let x = (XMonad.defaultGaps conf ++ repeat (0,0,0,0)) !! i in if n == x then (0,0,0,0) else x)) -- %! Toggle the status bar gap - -- quit, or restart , ((modMask .|. shiftMask, xK_q ), io (exitWith ExitSuccess)) -- %! Quit xmonad , ((modMask , xK_q ), spawn "if type xmonad; then xmonad --recompile && xmonad --restart; else xmessage xmonad not in \\$PATH: \"$PATH\"; fi") -- %! Restart xmonad -- cgit v1.2.3