aboutsummaryrefslogtreecommitdiff
path: root/doc/riverctl.1.scd
AgeCommit message (Collapse)AuthorFilesLines
2020-08-18Implement "attach-mode"Leon Henrik Plickat1-0/+3
2020-08-01doc: shorten riverctl’s synopsisLennard Hofmann1-2/+1
The set-option command got removed but was still present in SYNOPSIS, which confused me. It is not the first time, we forgot to update it.
2020-07-16Implement csd-filter-add and float-filter-add commandsLeon Henrik Plickat1-0/+8
2020-07-15command: split set-option into "toplevel" commandsIsaac Freund1-8/+16
`riverctl set-option view_padding 10` becomes `riverctl view-padding 10` Having set-option doesn't really gain us anything and is more verbose as well as being slightly inaccurate as the changes instantly apply.
2020-07-14cursor: make xcursor theme configurableIsaac Freund1-0/+6
- add a new command to set the theme - export the theme of the default seat through environment variables
2020-06-29docs: add toggle-fullscreenIsaac Freund1-0/+3
2020-06-19command: add background_color optionIsaac Freund1-0/+1
This is trivial to support and allows basic customization without running a layer-shell program such as swaybg. This is especially useful in low memory situations.
2020-06-17docs: small man pages fixes and updatesLennard Hofmann1-9/+7
- Previous hard-coded settings can be now be changes with riverctl or via environment variables - Update "See also" - Mod → Mod1
2020-06-16Doc: Add layout documentationLeon Henrik Plickat1-2/+7
2020-06-15docs: use scdoc instead of roff for man pagesLennard Hofmann1-0/+130