mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Fix default workspace name generation
This fixes the issue where workspace 10 ends up being the default.
This commit is contained in:
parent
2ab4e5676e
commit
7647762bab
3 changed files with 29 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue