diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 10:08:18 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 12:31:06 -0500 |
commit | ba69f06695c24f98a05d138a53ba130108ebce6f (patch) | |
tree | e36dac0c2088492117fb46404cad3a5fb28dffbe /include/sway | |
parent | e1c5adc918a95209b432b89a75114e2cd20412a4 (diff) |
binding config
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 83ded720..7146623e 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -46,7 +46,8 @@ struct sway_mouse_binding { */ struct sway_mode { char *name; - list_t *bindings; + list_t *keysym_bindings; + list_t *keycode_bindings; }; /** |