aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Combo.hs
diff options
context:
space:
mode:
authorShachaf Ben-Kiki <shachaf@gmail.com>2007-11-19 00:03:19 +0100
committerShachaf Ben-Kiki <shachaf@gmail.com>2007-11-19 00:03:19 +0100
commit2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0 (patch)
tree79948fd1e882fb9605220d156fe42425c244f055 /XMonad/Layout/Combo.hs
parente45f4e1876ba3f6ea55f3af3d1e52d07131e4bc5 (diff)
downloadXMonadContrib-2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0.tar.gz
XMonadContrib-2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0.tar.xz
XMonadContrib-2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0.zip
Miscellaneous spell-checking
darcs-hash:20071118230319-bffde-6c56202afece4ecc55d48d37bde3f80edaff66f7.gz
Diffstat (limited to 'XMonad/Layout/Combo.hs')
-rw-r--r--XMonad/Layout/Combo.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/XMonad/Layout/Combo.hs b/XMonad/Layout/Combo.hs
index 9924be4..547a35e 100644
--- a/XMonad/Layout/Combo.hs
+++ b/XMonad/Layout/Combo.hs
@@ -55,11 +55,11 @@ import qualified XMonad.StackSet as W ( differentiate )
-- These bindings will move a window into the sublayout that is
-- up/down/left/right of its current position. Note that there is some
--- weirdness in combineTwo, in that the mod-tab focus order is not very
--- closely related to the layout order. This is because we're forced to
--- keep track of the window positions sparately, and this is ugly. If you
--- don't like this, lobby for hierarchical stacks in core xmonad or go
--- reimelement the core of xmonad yourself.
+-- weirdness in combineTwo, in that the mod-tab focus order is not very closely
+-- related to the layout order. This is because we're forced to keep track of
+-- the window positions separately, and this is ugly. If you don't like this,
+-- lobby for hierarchical stacks in core xmonad or go reim:lement the core of
+-- xmonad yourself.
-- %import XMonad.Layout.Combo
-- %layout , combineTwo (TwoPane 0.03 0.5) (tabbed shrinkText defaultTConf) (tabbed shrinkText defaultTConf)