removed unnecessary comments

This commit is contained in:
Marepalli Santhosh
2025-11-09 11:35:14 +05:30
committed by GitHub
parent 77e6264568
commit 9c1c97a7ec
@@ -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"