summaryrefslogtreecommitdiffstats
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
commit2bf98f96781fd823292d8c1c681c206da9c9da27 (patch)
tree1cfff301c9ada1409181a650a6ab7688c19ebe36
parent69f5697e62acd72d001974e450d3a92306e37371 (diff)
downloadmetatile-2bf98f96781fd823292d8c1c681c206da9c9da27.tar
metatile-2bf98f96781fd823292d8c1c681c206da9c9da27.zip
Config.hs: rm commented out keybinding (dead for years)
Ignore-this: 642850f63b8c9cd44102e9883178d475 darcs-hash:20120113000115-f7719-4b4f31a1fd781030c83dd4bb9ac1dc4bfedfd29c
-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