binding config

This commit is contained in:
Tony Crisci 2017-12-27 10:08:18 -05:00
parent e1c5adc918
commit ba69f06695
5 changed files with 180 additions and 2 deletions

View file

@ -46,7 +46,8 @@ struct sway_mouse_binding {
*/
struct sway_mode {
char *name;
list_t *bindings;
list_t *keysym_bindings;
list_t *keycode_bindings;
};
/**