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/dashboard/Wrapper.qml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/dashboard/Wrapper.qml') 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 -- cgit v1.2.3-freya