diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 1f2bbdd0..e6a85b29 100644 --- a/include/config.h +++ b/include/config.h @@ -23,6 +23,7 @@ struct sway_variable { struct sway_binding { int order; bool release; + bool bindcode; list_t *keys; uint32_t modifiers; char *command; |