mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
make Setup haddock work again
This commit is contained in:
@@ -32,9 +32,11 @@ import XMonad
|
||||
-- > layoutHook = Layout $ toggleLayouts (noBorders Full) $ Select layouts
|
||||
--
|
||||
-- and a key binding like
|
||||
--
|
||||
-- > , ((modMask .|. controlMask, xK_space), sendMessage ToggleLayout)
|
||||
--
|
||||
-- or a key binding like
|
||||
--
|
||||
-- > , ((modMask .|. controlMask, xK_space), sendMessage (Toggle "Full"))
|
||||
|
||||
data ToggleLayouts lt lf a = ToggleLayouts Bool (lt a) (lf a) deriving (Read,Show)
|
||||
|
Reference in New Issue
Block a user