From f8b260d4a1295df68ef1ff7db89f21e6032d64c7 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Sat, 9 Jan 2016 17:40:19 +0100 Subject: Add support for bincode command If a bindsym and bincode maps to the same combination, the last one will overwrite any previous mappings. --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/config.h') 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; -- cgit v1.2.3-54-g00ecf