mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
removed unnecessary comments
This commit is contained in:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user