| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-11 | doc: add AUTHORS section to man pages | Isaac Freund | 1 | -0/+6 | |
| 2020-10-27 | Implement unmap-pointer | Marten Ringwelski | 1 | -0/+4 | |
| 2020-10-27 | Implement unmap | Marten Ringwelski | 1 | -0/+4 | |
| 2020-10-25 | control: implement swap | Marten Ringwelski | 1 | -0/+6 | |
| 2020-10-19 | Introduce mode "locked" | Leon Henrik Plickat | 1 | -2/+2 | |
| This mode is automatically entered when the screen is locked. | |||||
| 2020-10-18 | Allow "None" as modifier string for bindings without modifiers | Leon Henrik Plickat | 1 | -2/+1 | |
| This is more userfriendly than the empty string approach. | |||||
| 2020-10-07 | Implement "move", "snap" and "resize" commands | Leon Henrik Plickat | 1 | -0/+11 | |
| 2020-10-05 | Implement configurable view opacity with fade effect | Leon Henrik Plickat | 1 | -0/+15 | |
| 2020-09-15 | docs: focus-follows-cursor fix options to be bold | Marten Ringwelski | 1 | -1/+1 | |
| 2020-09-15 | Implement map -release | Marten Ringwelski | 1 | -2/+4 | |
| 2020-09-15 | Implement focus-follows-cursor | Marten Ringwelski | 1 | -0/+7 | |
| 2020-08-24 | config: implement map-pointer command | Isaac Freund | 1 | -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-18 | Implement "attach-mode" | Leon Henrik Plickat | 1 | -0/+3 | |
| 2020-08-01 | doc: shorten riverctl’s synopsis | Lennard Hofmann | 1 | -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-16 | Implement csd-filter-add and float-filter-add commands | Leon Henrik Plickat | 1 | -0/+8 | |
| 2020-07-15 | command: split set-option into "toplevel" commands | Isaac Freund | 1 | -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-14 | cursor: make xcursor theme configurable | Isaac Freund | 1 | -0/+6 | |
| - add a new command to set the theme - export the theme of the default seat through environment variables | |||||
| 2020-06-29 | docs: add toggle-fullscreen | Isaac Freund | 1 | -0/+3 | |
| 2020-06-19 | command: add background_color option | Isaac Freund | 1 | -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-17 | docs: small man pages fixes and updates | Lennard Hofmann | 1 | -9/+7 | |
| - Previous hard-coded settings can be now be changes with riverctl or via environment variables - Update "See also" - Mod → Mod1 | |||||
| 2020-06-16 | Doc: Add layout documentation | Leon Henrik Plickat | 1 | -2/+7 | |
| 2020-06-15 | docs: use scdoc instead of roff for man pages | Lennard Hofmann | 1 | -0/+130 | |
