add manpage

This commit is contained in:
Leon Henrik Plickat
2023-11-25 16:33:19 +01:00
parent e55ca945a0
commit 60a0986a0b
2 changed files with 68 additions and 5 deletions

View File

@@ -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: