mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-28 02:31:51 -07:00
TwoPane: update docs
This commit is contained in:
@@ -34,10 +34,10 @@ import StackSet ( focus, up, down)
|
||||
--
|
||||
-- and add, to the list of layouts:
|
||||
--
|
||||
-- > ,("twopane", SomeLayout $ TwoPane 0.03 0.5)
|
||||
-- > ,(Layout $ TwoPane 0.03 0.5)
|
||||
|
||||
-- %import XMonadContrib.TwoPane
|
||||
-- %layout , ,("twopane", SomeLayout $ TwoPane 0.03 0.5)
|
||||
-- %layout , ,(Layout $ TwoPane 0.03 0.5)
|
||||
|
||||
data TwoPane a =
|
||||
TwoPane Rational Rational
|
||||
|
Reference in New Issue
Block a user