summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/hyprland/hyprland.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hyprland/hyprland.vala b/lib/hyprland/hyprland.vala
index 663eb19..803380d 100644
--- a/lib/hyprland/hyprland.vala
+++ b/lib/hyprland/hyprland.vala
@@ -309,6 +309,7 @@ public class Hyprland : Object {
switch (args[0]) {
case "workspacev2":
yield sync_workspaces();
+ yield sync_monitors();
focused_workspace = get_workspace(int.parse(args[1]));
break;