fix(hyprland): emit workspaceChanged signal when toplevels update #1436

This commit is contained in:
Alexander Nabokikh
2026-02-11 17:49:59 +01:00
parent aafc57c4e9
commit d10a0e9258
+2
View File
@@ -160,6 +160,7 @@ Item {
function safeUpdate() {
safeUpdateWindows();
safeUpdateWorkspaces();
workspaceChanged();
windowListChanged();
}
@@ -410,6 +411,7 @@ Item {
enabled: initialized
function onRawEvent(event) {
Hyprland.refreshWorkspaces();
Hyprland.refreshToplevels();
safeUpdateWorkspaces();
workspaceChanged();
updateTimer.restart();