1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

modals: move HyprFocusGrab out of common Modal

This commit is contained in:
bbedward
2025-11-19 17:16:51 -05:00
parent 62da862a66
commit 8e95572589
12 changed files with 66 additions and 15 deletions

View File

@@ -375,11 +375,6 @@ Item {
WlrLayershell.namespace: "dms:tray-overflow-menu"
color: "transparent"
HyprlandFocusGrab {
windows: [overflowMenu]
active: CompositorService.isHyprland && root.menuOpen
}
anchors {
top: true
left: true
@@ -821,11 +816,6 @@ Item {
}
color: "transparent"
HyprlandFocusGrab {
windows: [menuWindow]
active: CompositorService.isHyprland && menuRoot.showMenu
}
anchors {
top: true
left: true