mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Finish a sentence in H.ManageDocks haddocks.
This commit is contained in:
parent
63b6d7c225
commit
f0925b5a28
@ -179,7 +179,7 @@ instance Message ToggleStruts
|
|||||||
--
|
--
|
||||||
-- > ,((modMask x .|. controlMask .|. shiftMask,xK_g),sendMessage $ SetStruts [] [D])
|
-- > ,((modMask x .|. controlMask .|. shiftMask,xK_g),sendMessage $ SetStruts [] [D])
|
||||||
data SetStruts = SetStruts { addedStruts :: [Direction2D]
|
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)
|
deriving (Read,Show,Typeable)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user