diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-20 22:23:55 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-20 22:23:55 +1000 |
| commit | e12b9ee3720ec5596cb8b0ee1bd00b94cfc7935e (patch) | |
| tree | 6c9eb7a62881384610fe451b8c108a592e4fae21 /modules/bar | |
| parent | drawers: fix drag to open on empty ws (diff) | |
| download | caelestia-shell-e12b9ee3720ec5596cb8b0ee1bd00b94cfc7935e.tar.gz caelestia-shell-e12b9ee3720ec5596cb8b0ee1bd00b94cfc7935e.tar.bz2 caelestia-shell-e12b9ee3720ec5596cb8b0ee1bd00b94cfc7935e.zip | |
internal: centralise focus grabs
Except detached popouts focus grab (its meant to be exclusive to the other grab)
Diffstat (limited to 'modules/bar')
| -rw-r--r-- | modules/bar/popouts/TrayMenu.qml | 7 |
1 files changed, 0 insertions, 7 deletions
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 |