1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

hyprland: use raw events to determine window position updates

This commit is contained in:
bbedward
2025-11-09 12:11:22 -05:00
parent 392a1c03c5
commit caa085a646
6 changed files with 61 additions and 136 deletions

View File

@@ -238,7 +238,7 @@ Item {
Connections {
target: CompositorService
function onSortedToplevelsChanged() {
function onToplevelsChanged() {
dockModel.updateModel()
}
}