aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Gaps.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@cis.upenn.edu>2010-12-23 02:07:44 +0100
committerBrent Yorgey <byorgey@cis.upenn.edu>2010-12-23 02:07:44 +0100
commit2dd4f917627dc5b33fca41f8da5299bf52acbb63 (patch)
tree33d3a96f10e4e83abac4cab9e280c49cb7934157 /XMonad/Layout/Gaps.hs
parent6dc25fb02101ccb5cfc66530883e6c70fa84085a (diff)
downloadXMonadContrib-2dd4f917627dc5b33fca41f8da5299bf52acbb63.tar.gz
XMonadContrib-2dd4f917627dc5b33fca41f8da5299bf52acbb63.tar.xz
XMonadContrib-2dd4f917627dc5b33fca41f8da5299bf52acbb63.zip
fix X.L.Gaps documentation, thanks to Carl Mueller for the report
Ignore-this: d60b64676668d5b82efb9215ac5605f6 darcs-hash:20101223010744-1e371-fab0db19c8af94ef47b6e96651cf36be5cce831f.gz
Diffstat (limited to 'XMonad/Layout/Gaps.hs')
-rw-r--r--XMonad/Layout/Gaps.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Layout/Gaps.hs b/XMonad/Layout/Gaps.hs
index f672ea5..624206d 100644
--- a/XMonad/Layout/Gaps.hs
+++ b/XMonad/Layout/Gaps.hs
@@ -57,8 +57,8 @@ import Data.List (delete)
--
-- > , ((modm .|. controlMask, xK_g), sendMessage $ ToggleGaps) -- toggle all gaps
-- > , ((modm .|. controlMask, xK_t), sendMessage $ ToggleGap U) -- toggle the top gap
--- > , ((modm .|. controlMask, xK_w), sendMessage $ IncGap R 5) -- increment the right-hand gap
--- > , ((modm .|. controlMask, xK_q), sendMessage $ DecGap R 5) -- decrement the right-hand gap
+-- > , ((modm .|. controlMask, xK_w), sendMessage $ IncGap 5 R) -- increment the right-hand gap
+-- > , ((modm .|. controlMask, xK_q), sendMessage $ DecGap 5 R) -- decrement the right-hand gap
--
-- If you want complete control over all gaps, you could include
-- something like this in your keybindings, assuming in this case you