config+particle: add support for mouse wheel up/down

This commit is contained in:
Daniel Eklöf 2021-06-22 19:30:41 +02:00
parent c79ffbe057
commit 34d832cd22
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 10 additions and 0 deletions

View file

@ -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},
};