mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
TwoPane: Fix syntax error in example
This commit is contained in:
@@ -34,10 +34,10 @@ import StackSet ( focus, up, down)
|
|||||||
--
|
--
|
||||||
-- and add, to the list of layouts:
|
-- and add, to the list of layouts:
|
||||||
--
|
--
|
||||||
-- > ,(Layout $ TwoPane 0.03 0.5)
|
-- > , (Layout $ TwoPane 0.03 0.5)
|
||||||
|
|
||||||
-- %import XMonadContrib.TwoPane
|
-- %import XMonadContrib.TwoPane
|
||||||
-- %layout , ,(Layout $ TwoPane 0.03 0.5)
|
-- %layout , (Layout $ TwoPane 0.03 0.5)
|
||||||
|
|
||||||
data TwoPane a =
|
data TwoPane a =
|
||||||
TwoPane Rational Rational
|
TwoPane Rational Rational
|
||||||
|
Reference in New Issue
Block a user