mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
config+particle: add support for mouse wheel up/down
This commit is contained in:
parent
c79ffbe057
commit
34d832cd22
4 changed files with 10 additions and 0 deletions
|
@ -164,6 +164,8 @@ conf_verify_on_click(keychain_t *chain, const struct yml_node *node)
|
|||
{"left", false, &conf_verify_string},
|
||||
{"middle", false, &conf_verify_string},
|
||||
{"right", false, &conf_verify_string},
|
||||
{"wheel-up", false, &conf_verify_string},
|
||||
{"wheel-down", false, &conf_verify_string},
|
||||
{NULL, false, NULL},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue