aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2020-10-07Implement "move", "snap" and "resize" commandsLeon Henrik Plickat1-0/+18
2020-10-05Implement configurable view opacity with fade effectLeon Henrik Plickat1-0/+2
2020-09-28docs: use foot in the example config.shIsaac Freund1-2/+2
2020-08-24config: implement map-pointer commandIsaac Freund1-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-16Implement csd-filter-add and float-filter-add commandsLeon Henrik Plickat1-0/+8
2020-06-29docs: Fix duplicate mapping in config.shLennard Hofmann1-1/+1
2020-06-29docs: add toggle-fullscreenIsaac Freund1-2/+5
2020-06-16contrib: use rivertile in config.sh exampleIsaac Freund1-4/+7
2020-06-16contrib: add tiled layout in pythonIsaac Freund1-0/+68
2020-06-16Contrib: Add debug layoutsLeon Henrik Plickat2-0/+60
2020-06-02Use tag masks for tag commands and clean upIsaac Freund1-11/+13
2020-06-02Rename focus -> focus-viewIsaac Freund1-2/+2
2020-06-01De-hardcode all mappingsIsaac Freund1-0/+80
Move the default mappings to contrib/config.sh.