| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
