From 813abcaa49546c10b5bc46c19bac853b6dc9612d Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 17 Nov 2024 16:16:42 +0000 Subject: fix #88: hyprland sync workspaces before signal emission --- lib/hyprland/hyprland.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/hyprland/hyprland.vala b/lib/hyprland/hyprland.vala index ea95cab..195a3f6 100644 --- a/lib/hyprland/hyprland.vala +++ b/lib/hyprland/hyprland.vala @@ -393,8 +393,8 @@ public class Hyprland : Object { case "closewindow": _clients.get(args[1]).removed(); _clients.remove(args[1]); - client_removed(args[1]); yield sync_workspaces(); + client_removed(args[1]); notify_property("clients"); break; -- cgit v1.2.3