From 2efacafb6976968e422a95fa6e967a7b10e5d3d3 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Sat, 21 Mar 2026 08:42:46 -0400 Subject: [PATCH] feat(OSD): full click-through --- Modules/OSD/OSD.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/OSD/OSD.qml b/Modules/OSD/OSD.qml index 145434a0c..a743359be 100644 --- a/Modules/OSD/OSD.qml +++ b/Modules/OSD/OSD.qml @@ -529,6 +529,9 @@ Variants { WlrLayershell.layer: Settings.data.osd?.overlayLayer ? WlrLayer.Overlay : WlrLayer.Top WlrLayershell.exclusionMode: ExclusionMode.Ignore + // Click-through — OSD is display-only, no input needed + mask: Region {} + Item { id: osdItem anchors.fill: parent