forked from Shinonome/dots-hyprland
removed unnecessary comments
This commit is contained in:
committed by
GitHub
parent
77e6264568
commit
9c1c97a7ec
@@ -25,10 +25,8 @@ Scope {
|
|||||||
exclusionMode: ExclusionMode.Ignore
|
exclusionMode: ExclusionMode.Ignore
|
||||||
WlrLayershell.namespace: "quickshell:overlay"
|
WlrLayershell.namespace: "quickshell:overlay"
|
||||||
WlrLayershell.layer: WlrLayer.Overlay
|
WlrLayershell.layer: WlrLayer.Overlay
|
||||||
// CUSTOM: Stickypad keyboard focus fix - START
|
|
||||||
// Use OnDemand for pinned widgets to allow focus switching with mouse clicks
|
// 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)
|
WlrLayershell.keyboardFocus: GlobalStates.overlayOpen ? WlrKeyboardFocus.Exclusive : (OverlayContext.clickableWidgets.length > 0 ? WlrKeyboardFocus.OnDemand : WlrKeyboardFocus.None)
|
||||||
// CUSTOM: Stickypad keyboard focus fix - END
|
|
||||||
visible: true
|
visible: true
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user