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/dashboard | |
| 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/dashboard')
| -rw-r--r-- | modules/dashboard/Wrapper.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/dashboard/Wrapper.qml b/modules/dashboard/Wrapper.qml index 9c92695..0e37909 100644 --- a/modules/dashboard/Wrapper.qml +++ b/modules/dashboard/Wrapper.qml @@ -6,7 +6,6 @@ import qs.config import qs.utils import Caelestia import Quickshell -import Quickshell.Hyprland import QtQuick Item { @@ -77,12 +76,6 @@ Item { } ] - HyprlandFocusGrab { - active: !Config.dashboard.showOnHover && root.visibilities.dashboard && Config.dashboard.enabled - windows: [QsWindow.window] - onCleared: root.visibilities.dashboard = false - } - Timer { id: timer |