From e12b9ee3720ec5596cb8b0ee1bd00b94cfc7935e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:23:55 +1000 Subject: internal: centralise focus grabs Except detached popouts focus grab (its meant to be exclusive to the other grab) --- modules/bar/popouts/TrayMenu.qml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/bar') diff --git a/modules/bar/popouts/TrayMenu.qml b/modules/bar/popouts/TrayMenu.qml index 02c76d2..c87c0e1 100644 --- a/modules/bar/popouts/TrayMenu.qml +++ b/modules/bar/popouts/TrayMenu.qml @@ -5,7 +5,6 @@ import qs.services import qs.config import Quickshell import Quickshell.Widgets -import Quickshell.Hyprland import QtQuick import QtQuick.Controls @@ -27,12 +26,6 @@ StackView { popEnter: NoAnim {} popExit: NoAnim {} - HyprlandFocusGrab { - active: root.depth > 1 - windows: [QsWindow.window] - onCleared: root.popouts.hasCurrent = false - } - component NoAnim: Transition { NumberAnimation { duration: 0 -- cgit v1.2.3-freya