diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-01-09 17:40:19 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-01-09 17:40:19 +0100 |
| commit | 663fbecd1e4c2726abae19cc7af3095b9c551547 (patch) | |
| tree | 228810591abade5a021f6b2ea1da8f22826f4ee9 /include/config.h | |
| parent | c955b726427453a6aec83d8fe862fec0118b552b (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.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; |
