wallpaper selector: move key handling to root

This commit is contained in:
end-4
2025-08-23 09:36:43 +07:00
parent a25a3c186b
commit 767e35851b
2 changed files with 66 additions and 70 deletions
@@ -5,7 +5,6 @@ import qs.modules.common.widgets
import qs.modules.common.functions
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import Quickshell
import Quickshell.Io
import Quickshell.Wayland
@@ -22,7 +21,6 @@ Scope {
id: panelWindow
readonly property HyprlandMonitor monitor: Hyprland.monitorFor(panelWindow.screen)
property bool monitorIsFocused: (Hyprland.focusedMonitor?.id == monitor?.id)
property var filteredWallpapers: Wallpapers.wallpapers
exclusionMode: ExclusionMode.Ignore
WlrLayershell.namespace: "quickshell:wallpaperSelector"