From 1798417e6a8129ddf6761a5923e92387e35b6432 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 15 Nov 2025 14:48:13 -0500 Subject: [PATCH] systemtray: don't take keyboard focus - bricks hyprland --- quickshell/Modules/DankBar/Widgets/SystemTrayBar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickshell/Modules/DankBar/Widgets/SystemTrayBar.qml b/quickshell/Modules/DankBar/Widgets/SystemTrayBar.qml index 7adcd8ed..01809982 100644 --- a/quickshell/Modules/DankBar/Widgets/SystemTrayBar.qml +++ b/quickshell/Modules/DankBar/Widgets/SystemTrayBar.qml @@ -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 {