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:
@@ -37,7 +37,7 @@ import StackSet ( focus, up, down)
|
||||
-- > , (Layout $ TwoPane 0.03 0.5)
|
||||
|
||||
-- %import XMonadContrib.TwoPane
|
||||
-- %layout , ,(Layout $ 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