Fix default workspace name generation

This fixes the issue where workspace 10 ends up being the default.
This commit is contained in:
Drew DeVault 2015-12-18 18:52:14 -05:00
parent 2ab4e5676e
commit 7647762bab
3 changed files with 29 additions and 16 deletions

View file

@ -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;