river/tags: Add possibility for mouse clicks

Left mouse click - set-focused-tags
Right mouse click - toggle-focused-tags
This commit is contained in:
John Fredriksson
2021-11-15 21:23:36 +01:00
parent 13fda1607f
commit ad3f46214d
5 changed files with 168 additions and 1 deletions

View File

@ -21,6 +21,11 @@ Addressed by *river/tags*
typeof: array ++
The label to display for each tag.
*disable-click*: ++
typeof: bool ++
default: false ++
If set to false, you can left click to set focused tag. Right click to toggle tag focus. If set to true this behaviour is disabled.
# EXAMPLE
```