1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

systemtray: don't take keyboard focus

- bricks hyprland
This commit is contained in:
bbedward
2025-11-15 14:48:13 -05:00
parent 43dc3e5bb1
commit 1798417e6a

View File

@@ -356,7 +356,7 @@ Item {
screen: root.parentScreen
WlrLayershell.layer: WlrLayershell.Top
WlrLayershell.exclusiveZone: -1
WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None
WlrLayershell.namespace: "dms:tray-overflow-menu"
color: "transparent"
@@ -721,7 +721,7 @@ Item {
visible: menuRoot.showMenu && (menuRoot.trayItem?.hasMenu ?? false)
WlrLayershell.layer: WlrLayershell.Top
WlrLayershell.exclusiveZone: -1
WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None
color: "transparent"
anchors {