diff options
Diffstat (limited to 'lib/hyprland/hyprland.vala')
-rw-r--r-- | lib/hyprland/hyprland.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hyprland/hyprland.vala b/lib/hyprland/hyprland.vala index 70b5a25..0553d71 100644 --- a/lib/hyprland/hyprland.vala +++ b/lib/hyprland/hyprland.vala @@ -376,6 +376,8 @@ public class Hyprland : Object { case "moveworkspacev2": yield sync_workspaces(); yield sync_monitors(); + focused_workspace = get_workspace(int.parse(args[1])); + notify_property("workspaces"); break; case "renameworkspace": |