From c68d116e409c734f3b875cf94b3fe10690e0f9ce Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 26 Sep 2024 14:11:29 +0200 Subject: fix #20: hyprland sync workspaces on focused_workspace --- lib/hyprland/hyprland.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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; -- cgit v1.2.3