mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
HintedTile: typo
This commit is contained in:
parent
51c1e2f67b
commit
e9621deeed
@ -1,5 +1,4 @@
|
|||||||
{-# LANGUAGE MultiParamTypeClasses, TypeSynonymInstances #-}
|
{-# LANGUAGE MultiParamTypeClasses, TypeSynonymInstances #-}
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Layout.HintedTile
|
-- Module : XMonad.Layout.HintedTile
|
||||||
@ -34,7 +33,7 @@ import Control.Monad.Reader
|
|||||||
--
|
--
|
||||||
-- > import XMonad.Layout.HintedTile
|
-- > import XMonad.Layout.HintedTile
|
||||||
--
|
--
|
||||||
-- The edit your @layoutHook@ by adding the HintedTile layout:
|
-- Then edit your @layoutHook@ by adding the HintedTile layout:
|
||||||
--
|
--
|
||||||
-- > mylayout = tall 1 0.1 0.5 ||| Full ||| etc..
|
-- > mylayout = tall 1 0.1 0.5 ||| Full ||| etc..
|
||||||
-- > main = xmonad dafaultConfig { layoutHook = mylayouts }
|
-- > main = xmonad dafaultConfig { layoutHook = mylayouts }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user