Merge pull request #1788 from AlexNabokikh/main

fix(hyprland): emit workspaceChanged signal when toplevels update #1436
This commit is contained in:
Lysec
2026-02-12 16:01:53 +01:00
committed by GitHub
+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();