mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Add instructions for TwoPane
This commit is contained in:
parent
aef12e19e6
commit
872551532a
@ -1,6 +1,9 @@
|
|||||||
-- A layout that splits the screen horizontally and shows two windows. The
|
-- A layout that splits the screen horizontally and shows two windows. The
|
||||||
-- left window is always the master window, and the right is either the
|
-- left window is always the master window, and the right is either the
|
||||||
-- currently focused window or the second window in layout order.
|
-- currently focused window or the second window in layout order.
|
||||||
|
--
|
||||||
|
-- To use this layout, 'import XMonadContrib.TwoPane'and add
|
||||||
|
-- 'twoPane defaultDelta (1%2)' to the list of layouts
|
||||||
|
|
||||||
module XMonadContrib.TwoPane where
|
module XMonadContrib.TwoPane where
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user