From ac304ef346be220dd5c5d3c818c8151bdb78d730 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 24 Nov 2024 20:23:59 +0000 Subject: fix(hyprland): sync monitors on activeworkspace close #130 --- lib/hyprland/hyprland.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/hyprland') 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; -- cgit v1.2.3