aboutsummaryrefslogtreecommitdiff
path: root/doc/river.1.scd
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28docs: improve keyboard layout documentationIsaac Freund1-17/+0
- Remove recommendation of XKB_* environment variables in river(1) as we now have a dedicated riverctl keyboard-layout command. - Give an example of how to use and switch between multiple layouts in the riverctl(1) man page.
2022-03-05docs: fix typo in river(1) man pageLeonardo Gibrowski Faé1-1/+1
2022-01-23docs: fix typo in river(1) man pageIsaac Freund1-1/+1
2021-11-01docs: update URLs for migration to riverwm github orgIsaac Freund1-2/+2
2021-11-01common: use -h instead of -helpIsaac Freund1-1/+1
This doesn't really matter that much as unrecognized options will still trigger a help message to be printed, but -h is much more standard so lets make the predictable choice here while sticking to only single '-' flags.
2021-11-01docs: assorted fixes/cleanupsIsaac Freund1-1/+1
2021-10-02doc: update my (Isaac's) email addressIsaac Freund1-1/+1
2021-07-26docs: Wayland should always be capitalizedIsaac Freund1-2/+2
This matches the style used on https://wayland.freedesktop.org/
2021-07-24river: simplify log levels exposed to the userIsaac Freund1-4/+4
2021-07-24docs: add -help and -version options to man pagesIsaac Freund1-1/+7
2021-07-20docs: improve formatting consistencyIsaac Freund1-3/+3
2021-07-17river: remove system /etc dir from init search pathsIsaac Freund1-8/+6
A true "default" config doesn't make sense for river. Everyone who uses river seriously will customize their init script. Futhermore, the current behavior of embedding the install path of the default system config in the river binary is complex and prone to breaking.
2021-05-03doc: remove outdated reference to river-layouts(1)Isaac Freund1-1/+1
2021-04-20river: send SIGTERM to init command process groupIsaac Freund1-4/+3
Run the init command in a new process group and send SIGTERM to the entire group on exit. Without doing this, only the sh invocation used for the `sh -c` would receive SIGTERM. This is particularly useful when starting a per-session server manager as the init command.
2020-12-30docs: Improve clarity of river/riverctl man pagesIsaac Freund1-4/+9
2020-12-30docs: improve startup and config informationIsaac Freund1-9/+23
2020-12-13doc: Remove outdated configuration instructionsLeon Henrik Plickat1-3/+0
2020-12-13doc: unify scdoc styleLeon Henrik Plickat1-12/+13
This unifies the style of the man page source files. Most noticable are the now consistent line endings at 80 chars (assuming a tabwidth of 8).
2020-11-11doc: add AUTHORS section to man pagesIsaac Freund1-0/+6
2020-07-05server: send SIGTERM to startup process on exitIsaac Freund1-3/+6
2020-06-17docs: small man pages fixes and updatesLennard Hofmann1-4/+13
- Previous hard-coded settings can be now be changes with riverctl or via environment variables - Update "See also" - Mod → Mod1
2020-06-17cli: allow setting log level with '-l' flagIsaac Freund1-1/+6
2020-06-15docs: use scdoc instead of roff for man pagesLennard Hofmann1-0/+35