aboutsummaryrefslogtreecommitdiff
path: root/doc
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-07-05server: send SIGTERM to startup process on exitIsaac Freund1-3/+6
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 Hofmann3-15/+21
- 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-16docs: add rivertile man pageIsaac Freund1-0/+38
2020-06-16Doc: Add layout documentationLeon Henrik Plickat2-2/+81
2020-06-15docs: use scdoc instead of roff for man pagesLennard Hofmann4-236/+165
2020-06-13command: add view_padding optionIsaac Freund1-0/+2
2020-06-13command: allow alpha in colors, simplify codeIsaac Freund1-2/+2
2020-06-13code: simplify option handlingIsaac Freund1-2/+2
2020-06-13command: add border_focused_color and border_unfocused_color optionslazy-dolphin1-0/+4
2020-06-10command: implement set-optionlazy-dolphin1-0/+13
Only border and padding options are currently available.
2020-06-05docs: remove trailing whitespaceIsaac Freund1-4/+4
2020-06-05map: allow creating mappings with no modifiersIsaac Freund1-0/+3
2020-06-04Add man pagesLennard Hofmann2-0/+214