add manpage
This commit is contained in:
11
README.md
11
README.md
@@ -13,11 +13,12 @@ paths for it in the given order:
|
||||
* `/etc/riverguile/layout.scm`
|
||||
|
||||
This script must contain the definition of a function
|
||||
`(layout-demand-handler view-count usable-width usable-height)` and may contain
|
||||
any other code the user desires. The function must return a list containing
|
||||
exactly as many lists as `view-count`. Each of those sublists must contains
|
||||
exactly four numerical values for `x` and `y` position of the windows as well as
|
||||
their width and height. Window positions and dimensions get applied to rivers
|
||||
`(layout-demand-handler view-count usable-width usable-height)` and
|
||||
may contain any other code the user desires. The function must return
|
||||
a list containing exactly as many lists as `view-count`. Each of those
|
||||
sublists must contains exactly four numerical values, which are the x
|
||||
and y coordinates of the window as well as its width and height.
|
||||
Window positions and dimensions get applied to rivers
|
||||
window list top to bottom.
|
||||
|
||||
Example of valid output:
|
||||
|
||||
Reference in New Issue
Block a user