aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-11-11doc: add AUTHORS section to man pagesIsaac Freund4-0/+24
2020-10-27Implement unmap-pointerMarten Ringwelski1-0/+4
2020-10-27Implement unmapMarten Ringwelski1-0/+4
2020-10-25control: implement swapMarten Ringwelski1-0/+6
2020-10-19Introduce mode "locked"Leon Henrik Plickat1-2/+2
This mode is automatically entered when the screen is locked.
2020-10-18Allow "None" as modifier string for bindings without modifiersLeon Henrik Plickat1-2/+1
This is more userfriendly than the empty string approach.
2020-10-07Implement "move", "snap" and "resize" commandsLeon Henrik Plickat1-0/+11
2020-10-05Implement configurable view opacity with fade effectLeon Henrik Plickat1-0/+15
2020-09-15docs: focus-follows-cursor fix options to be boldMarten Ringwelski1-1/+1
2020-09-15Implement map -releaseMarten Ringwelski1-2/+4
2020-09-15Implement focus-follows-cursorMarten Ringwelski1-0/+7
2020-08-24config: implement map-pointer commandIsaac Freund1-0/+17
This command takes a mode, modifiers, button/event name, and pointer action as arguments. It stores these in the config data structure. The currently available pointer actions are move-view and resize-view, which replace the previously hard-coded functionality. Closing the hovered view with middle click has temorarily been removed until it is decided if we wish to make this another special pointer action or perhaps allow running any arbitrary command (which would of course include close).
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