aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-12-18 18:52:14 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-12-18 18:52:14 -0500
commit7839a07c469725d70343b5e2c9896d46fb7f8cd0 (patch)
tree3c3f83675c8ca1612c13d147ecb52aaf19381f37 /include/config.h
parentc11ab19d9eb8decef55e4ae74b9be7593861e9da (diff)
Fix default workspace name generation
This fixes the issue where workspace 10 ends up being the default.
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 e6fc9f28..b97acb57 100644
--- a/include/config.h
+++ b/include/config.h
@@ -21,6 +21,7 @@ struct sway_variable {
* A key binding and an associated command.
*/
struct sway_binding {
+ int order;
list_t *keys;
uint32_t modifiers;
char *command;