Commit Graph

10 Commits

Author SHA1 Message Date
989e7aaeda config: implement map-pointer command
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-24 18:57:43 +02:00
a93c263502 Implement csd-filter-add and float-filter-add commands 2020-07-16 21:24:08 +02:00
3b508688ea docs: Fix duplicate mapping in config.sh 2020-06-29 22:15:30 +02:00
5474b656ee docs: add toggle-fullscreen 2020-06-29 01:50:26 +02:00
5d9eb6a40a contrib: use rivertile in config.sh example 2020-06-16 17:46:57 +02:00
74f0423c08 contrib: add tiled layout in python 2020-06-16 17:18:29 +02:00
4cbef71a8d Contrib: Add debug layouts 2020-06-16 15:48:53 +02:00
ea7f5d4064 Use tag masks for tag commands and clean up 2020-06-02 16:38:23 +02:00
0e9ecb6051 Rename focus -> focus-view 2020-06-02 14:04:23 +02:00
7cadd40051 De-hardcode all mappings
Move the default mappings to contrib/config.sh.
2020-06-01 20:45:40 +02:00