summaryrefslogtreecommitdiff
path: root/modules/background
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 20:21:56 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 20:21:56 +1000
commit137fd56bb28aafb6973194208e2b0346367a10fe (patch)
tree77475aca38b9a60d014cd6b734c9a8fc1db76355 /modules/background
parentlauncher: focus actual current wall (diff)
downloadcaelestia-shell-137fd56bb28aafb6973194208e2b0346367a10fe.tar.gz
caelestia-shell-137fd56bb28aafb6973194208e2b0346367a10fe.tar.bz2
caelestia-shell-137fd56bb28aafb6973194208e2b0346367a10fe.zip
feat: show osd on border hover
Diffstat (limited to 'modules/background')
-rw-r--r--modules/background/Border.qml6
1 files changed, 6 insertions, 0 deletions
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 {