aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-01-09 17:40:19 +0100
committerFurkan Sahin <furkan-dev@proton.me>2016-01-09 17:40:19 +0100
commit663fbecd1e4c2726abae19cc7af3095b9c551547 (patch)
tree228810591abade5a021f6b2ea1da8f22826f4ee9 /include/config.h
parentc955b726427453a6aec83d8fe862fec0118b552b (diff)
Add support for bincode command
If a bindsym and bincode maps to the same combination, the last one will overwrite any previous mappings.
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
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;