diff options
author | Shachaf Ben-Kiki <shachaf@gmail.com> | 2007-11-19 00:03:19 +0100 |
---|---|---|
committer | Shachaf Ben-Kiki <shachaf@gmail.com> | 2007-11-19 00:03:19 +0100 |
commit | 2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0 (patch) | |
tree | 79948fd1e882fb9605220d156fe42425c244f055 /XMonad/Layout | |
parent | e45f4e1876ba3f6ea55f3af3d1e52d07131e4bc5 (diff) | |
download | XMonadContrib-2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0.tar.gz XMonadContrib-2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0.tar.xz XMonadContrib-2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0.zip |
Miscellaneous spell-checking
darcs-hash:20071118230319-bffde-6c56202afece4ecc55d48d37bde3f80edaff66f7.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/Combo.hs | 10 | ||||
-rw-r--r-- | XMonad/Layout/MultiToggle.hs | 2 |
2 files changed, 6 insertions, 6 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) diff --git a/XMonad/Layout/MultiToggle.hs b/XMonad/Layout/MultiToggle.hs index 0cd6ab4..e0ab8ba 100644 --- a/XMonad/Layout/MultiToggle.hs +++ b/XMonad/Layout/MultiToggle.hs @@ -159,7 +159,7 @@ data EOT = EOT deriving (Read, Show) data HCons a b = HCons a b deriving (Read, Show) infixr 0 ?? --- | Prepend an element to a heterogenuous list. Used to build transformer +-- | Prepend an element to a heterogeneous list. Used to build transformer -- tables for 'mkToggle'. (??) :: (HList b w) => a -> b -> HCons a b (??) = HCons |