1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

apps: fix sorting and reactivity

This commit is contained in:
bbedward
2025-10-25 12:42:15 -04:00
parent 7e75c9e510
commit 62df30ed6c
4 changed files with 163 additions and 61 deletions

View File

@@ -76,6 +76,10 @@ Singleton {
target: Hyprland
function onFocusedWorkspaceChanged() { root.scheduleSort() }
}
Connections {
target: NiriService
function onWindowsChanged() { root.scheduleSort() }
}
Component.onCompleted: {
detectCompositor()