diff options
Diffstat (limited to 'lib/hyprland/hyprland.vala')
-rw-r--r-- | lib/hyprland/hyprland.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hyprland/hyprland.vala b/lib/hyprland/hyprland.vala index 5359d2e..3886486 100644 --- a/lib/hyprland/hyprland.vala +++ b/lib/hyprland/hyprland.vala @@ -308,6 +308,7 @@ public class Hyprland : Object { switch (args[0]) { case "workspacev2": + yield sync_workspaces(); focused_workspace = get_workspace(int.parse(args[1])); break; |