From 137fd56bb28aafb6973194208e2b0346367a10fe Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 20:21:56 +1000 Subject: feat: show osd on border hover --- modules/background/Border.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/background/Border.qml') diff --git a/modules/background/Border.qml b/modules/background/Border.qml index e944299..143097a 100644 --- a/modules/background/Border.qml +++ b/modules/background/Border.qml @@ -68,6 +68,12 @@ Scope { LayerShadow { source: effect } + + MouseArea { + anchors.fill: parent + hoverEnabled: true + onPositionChanged: event => Drawers.setPosForScreen(root.screen, event.x, event.y) + } } ExclusionZone { -- cgit v1.2.3-freya