From bc1f4a385e7b4883686ef9bfe60052be328bda69 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 18 Jul 2025 17:19:04 +0100 Subject: [PATCH] fix: fix wallpaper double click --- Widgets/Sidebar/Panel/WallpaperPanel.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Widgets/Sidebar/Panel/WallpaperPanel.qml b/Widgets/Sidebar/Panel/WallpaperPanel.qml index 83d0869..dd0c4e2 100644 --- a/Widgets/Sidebar/Panel/WallpaperPanel.qml +++ b/Widgets/Sidebar/Panel/WallpaperPanel.qml @@ -4,6 +4,7 @@ import QtQuick.Controls import Quickshell import Quickshell.Io import Quickshell.Widgets +import Quickshell.Wayland import qs.Settings import qs.Services @@ -17,6 +18,7 @@ PanelWindow { anchors.right: true margins.right: 0 margins.top: 0 + WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand property var wallpapers: []