mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
hyprland: restore focus grab to tray menus
This commit is contained in:
@@ -375,6 +375,11 @@ Item {
|
|||||||
WlrLayershell.namespace: "dms:tray-overflow-menu"
|
WlrLayershell.namespace: "dms:tray-overflow-menu"
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
|
HyprlandFocusGrab {
|
||||||
|
windows: [overflowMenu]
|
||||||
|
active: CompositorService.isHyprland && root.menuOpen
|
||||||
|
}
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: true
|
top: true
|
||||||
left: true
|
left: true
|
||||||
@@ -816,6 +821,11 @@ Item {
|
|||||||
}
|
}
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
|
HyprlandFocusGrab {
|
||||||
|
windows: [menuWindow]
|
||||||
|
active: CompositorService.isHyprland && menuRoot.showMenu
|
||||||
|
}
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: true
|
top: true
|
||||||
left: true
|
left: true
|
||||||
|
|||||||
Reference in New Issue
Block a user