screen corner interaction: make not unnecessarily enabled

This commit is contained in:
end-4
2025-10-11 00:27:51 +02:00
parent 4258d94d00
commit 53717588f9
@@ -29,7 +29,7 @@ Scope {
exclusionMode: ExclusionMode.Ignore
mask: Region {
item: sidebarCornerOpenInteractionLoader.active ? sidebarCornerOpenInteractionLoader : null
item: (sidebarCornerOpenInteractionLoader.active && Config.options.sidebar.cornerOpen.bottom != Config.options.bar.bottom) ? sidebarCornerOpenInteractionLoader : null
}
WlrLayershell.namespace: "quickshell:screenCorners"
WlrLayershell.layer: WlrLayer.Overlay