| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-07-21 | contrib: update layout.c for river-layout-v3 | Leon Henrik Plickat | 1 | -103/+187 | |
| 2021-05-07 | contrib: Update layout.c for river-layout-v2 | Leon Henrik Plickat | 1 | -187/+115 | |
| 2021-04-20 | contrib: update layouts for river-layout and river-options | Leon Henrik Plickat | 4 | -128/+476 | |
| - Remove old layouts which no longer work. - Add new C layout. | |||||
| 2020-12-30 | build: install example config to /etc/river/init | Isaac Freund | 1 | -154/+0 | |
| 2020-12-30 | command: s/master/main/g (breaking change) | Isaac Freund | 2 | -30/+30 | |
| main is a better term to use here for several reasons: 1. It is more accurate: "master" implies that the designated views have some kind of control over the other views, which is not the case. "main" better expresses that the difference between the "main" view and others is one of importance/focus. 2. It is a shorter word. 2 whole characters saved! 3. It reduces the chance of future development time being lost to good-intentioned people complaining about usage of the word master as has recently happened with regards to the default git branch name. | |||||
| 2020-12-30 | docs: improve explanation of tags | Isaac Freund | 1 | -8/+8 | |
| "tagmask" is a misleading term as the arguments are used much more like a set of tags than a mask. | |||||
| 2020-12-13 | contrib: Unify style | Leon Henrik Plickat | 1 | -12/+21 | |
| Unify indentation and variables and add link to non-standard programs called. | |||||
| 2020-11-18 | control: implement set-repeat | Bonicgamer | 1 | -0/+3 | |
| 2020-11-04 | docs: improve pamixer mute example | Isaac Freund | 1 | -1/+1 | |
| Thanks xq! | |||||
| 2020-10-25 | docs: add swap to example config script | Isaac Freund | 1 | -0/+5 | |
| 2020-10-22 | Add mediakey maps for locked and normal mode to example config | Leon Henrik Plickat | 1 | -0/+15 | |
| The example config now additionally demonstrates how to use a shell loop to create a mapping in multiple modes, how mediakeys can be mapped and how to use the "None" modifier. | |||||
| 2020-10-07 | Implement "move", "snap" and "resize" commands | Leon Henrik Plickat | 1 | -0/+18 | |
| 2020-10-05 | Implement configurable view opacity with fade effect | Leon Henrik Plickat | 1 | -0/+2 | |
| 2020-09-28 | docs: use foot in the example config.sh | Isaac Freund | 1 | -2/+2 | |
| 2020-08-24 | config: implement map-pointer command | Isaac Freund | 1 | -0/+6 | |
| 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-07-16 | Implement csd-filter-add and float-filter-add commands | Leon Henrik Plickat | 1 | -0/+8 | |
| 2020-06-29 | docs: Fix duplicate mapping in config.sh | Lennard Hofmann | 1 | -1/+1 | |
| 2020-06-29 | docs: add toggle-fullscreen | Isaac Freund | 1 | -2/+5 | |
| 2020-06-16 | contrib: use rivertile in config.sh example | Isaac Freund | 1 | -4/+7 | |
| 2020-06-16 | contrib: add tiled layout in python | Isaac Freund | 1 | -0/+68 | |
| 2020-06-16 | Contrib: Add debug layouts | Leon Henrik Plickat | 2 | -0/+60 | |
| 2020-06-02 | Use tag masks for tag commands and clean up | Isaac Freund | 1 | -11/+13 | |
| 2020-06-02 | Rename focus -> focus-view | Isaac Freund | 1 | -2/+2 | |
| 2020-06-01 | De-hardcode all mappings | Isaac Freund | 1 | -0/+80 | |
| Move the default mappings to contrib/config.sh. | |||||
