| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-13 | doc: Remove outdated configuration instructions | Leon Henrik Plickat | 1 | -3/+0 | |
| 2020-12-13 | doc: unify scdoc style | Leon Henrik Plickat | 4 | -86/+103 | |
| 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-12-07 | focus-follow-cursor: Change output focus when needed | Marten Ringwelski | 1 | -2/+5 | |
| 2020-11-18 | control: implement set-repeat | Bonicgamer | 1 | -0/+4 | |
| 2020-11-11 | doc: add AUTHORS section to man pages | Isaac Freund | 4 | -0/+24 | |
| 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-07-05 | server: send SIGTERM to startup process on exit | Isaac Freund | 1 | -3/+6 | |
| 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 | 3 | -15/+21 | |
| - Previous hard-coded settings can be now be changes with riverctl or via environment variables - Update "See also" - Mod → Mod1 | |||||
| 2020-06-17 | cli: allow setting log level with '-l' flag | Isaac Freund | 1 | -1/+6 | |
| 2020-06-16 | docs: add rivertile man page | Isaac Freund | 1 | -0/+38 | |
| 2020-06-16 | Doc: Add layout documentation | Leon Henrik Plickat | 2 | -2/+81 | |
| 2020-06-15 | docs: use scdoc instead of roff for man pages | Lennard Hofmann | 4 | -236/+165 | |
| 2020-06-13 | command: add view_padding option | Isaac Freund | 1 | -0/+2 | |
| 2020-06-13 | command: allow alpha in colors, simplify code | Isaac Freund | 1 | -2/+2 | |
| 2020-06-13 | code: simplify option handling | Isaac Freund | 1 | -2/+2 | |
| 2020-06-13 | command: add border_focused_color and border_unfocused_color options | lazy-dolphin | 1 | -0/+4 | |
| 2020-06-10 | command: implement set-option | lazy-dolphin | 1 | -0/+13 | |
| Only border and padding options are currently available. | |||||
| 2020-06-05 | docs: remove trailing whitespace | Isaac Freund | 1 | -4/+4 | |
| 2020-06-05 | map: allow creating mappings with no modifiers | Isaac Freund | 1 | -0/+3 | |
| 2020-06-04 | Add man pages | Lennard Hofmann | 2 | -0/+214 | |
