aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2012-01-13 01:01:15 +0100
committergwern0 <gwern0@gmail.com>2012-01-13 01:01:15 +0100
commitadd5ea3c74dc01c041b2076af1eedb99f7a87d55 (patch)
tree1cfff301c9ada1409181a650a6ab7688c19ebe36
parenta4d0b462730ce156eba2b531d2333f6adfefce5d (diff)
downloadxmonad-add5ea3c74dc01c041b2076af1eedb99f7a87d55.tar.gz
xmonad-add5ea3c74dc01c041b2076af1eedb99f7a87d55.tar.xz
xmonad-add5ea3c74dc01c041b2076af1eedb99f7a87d55.zip
Config.hs: rm commented out keybinding (dead for years)
Ignore-this: 642850f63b8c9cd44102e9883178d475 darcs-hash:20120113000115-f7719-4b4f31a1fd781030c83dd4bb9ac1dc4bfedfd29c.gz
-rw-r--r--XMonad/Config.hs3
1 files changed, 0 insertions, 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