From c0c5f23bbc9d845cf3d3ec1b248239be6a05df33 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 22 May 2025 00:52:35 +0200 Subject: [PATCH] fix left sidebar closing immediately --- .config/quickshell/modules/sidebarLeft/SidebarLeft.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml index a17e7f582..3acc6cb21 100644 --- a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml +++ b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml @@ -42,7 +42,7 @@ Scope { // Scope implicitWidth: Appearance.sizes.sidebarWidthExtended WlrLayershell.namespace: "quickshell:sidebarLeft" // Hyprland 0.49: OnDemand is Exclusive, Exclusive just breaks click-outside-to-close - WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand + // WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand color: "transparent" anchors {