diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-05 18:53:12 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-05 18:53:12 +0200 |
commit | 295a9a50befc49470fc44b3e35518f34879c66e4 (patch) | |
tree | 5ff31f1decc72043468a3802fbe7d522e6fb7baa /XMonad | |
parent | 53217de064301f3ab4fc13924d1dd0c0938b6719 (diff) | |
download | XMonadContrib-295a9a50befc49470fc44b3e35518f34879c66e4.tar.gz XMonadContrib-295a9a50befc49470fc44b3e35518f34879c66e4.tar.xz XMonadContrib-295a9a50befc49470fc44b3e35518f34879c66e4.zip |
Finish a sentence in H.ManageDocks haddocks.
Ignore-this: 43f4ffc627b3db204d74ed361ef939cf
darcs-hash:20091005165312-1499c-d406c742ce083a814826acd31d89b10120cfb250.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Hooks/ManageDocks.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/ManageDocks.hs b/XMonad/Hooks/ManageDocks.hs index 0f97f58..3a10be8 100644 --- a/XMonad/Hooks/ManageDocks.hs +++ b/XMonad/Hooks/ManageDocks.hs @@ -179,7 +179,7 @@ instance Message ToggleStruts -- -- > ,((modMask x .|. controlMask .|. shiftMask,xK_g),sendMessage $ SetStruts [] [D]) data SetStruts = SetStruts { addedStruts :: [Direction2D] - , removedStruts :: [Direction2D] -- ^ These are removed from + , removedStruts :: [Direction2D] -- ^ These are removed from the currently set struts before 'addedStruts' are added. } deriving (Read,Show,Typeable) |