config: add support for pipe-* actions in mouse bindings

Closes #183
This commit is contained in:
Daniel Eklöf 2020-11-06 19:29:23 +01:00
parent 398f0b699a
commit 9ce79e2ef0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 65 additions and 6 deletions

View file

@ -72,6 +72,7 @@ struct mouse_binding {
xkb_mod_mask_t mods;
uint32_t button;
int count;
char **pipe_argv;
};
typedef tll(struct mouse_binding) mouse_binding_list_t;