From 7647762bab3b625bba6004de761454a2ae4edc5d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 18 Dec 2015 18:52:14 -0500 Subject: Fix default workspace name generation This fixes the issue where workspace 10 ends up being the default. --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3