From 9c1c97a7ecdaa23619a10d7368a2da24bb204214 Mon Sep 17 00:00:00 2001 From: Marepalli Santhosh <173584372+marepallisanthosh999333@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:35:14 +0530 Subject: [PATCH] removed unnecessary comments --- dots/.config/quickshell/ii/modules/overlay/Overlay.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/overlay/Overlay.qml b/dots/.config/quickshell/ii/modules/overlay/Overlay.qml index 12e3d6b44..65901ea13 100644 --- a/dots/.config/quickshell/ii/modules/overlay/Overlay.qml +++ b/dots/.config/quickshell/ii/modules/overlay/Overlay.qml @@ -25,10 +25,8 @@ Scope { exclusionMode: ExclusionMode.Ignore WlrLayershell.namespace: "quickshell:overlay" WlrLayershell.layer: WlrLayer.Overlay - // CUSTOM: Stickypad keyboard focus fix - START // Use OnDemand for pinned widgets to allow focus switching with mouse clicks WlrLayershell.keyboardFocus: GlobalStates.overlayOpen ? WlrKeyboardFocus.Exclusive : (OverlayContext.clickableWidgets.length > 0 ? WlrKeyboardFocus.OnDemand : WlrKeyboardFocus.None) - // CUSTOM: Stickypad keyboard focus fix - END visible: true color: "transparent"