From ae52e28afb71a3e532ca62b823330b7d9324d140 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 7 Nov 2025 21:35:50 +0100 Subject: [PATCH] overlay: adjust default crosshair position --- dots/.config/quickshell/ii/modules/common/Persistent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/Persistent.qml b/dots/.config/quickshell/ii/modules/common/Persistent.qml index 2969919c8..c5e4395d4 100644 --- a/dots/.config/quickshell/ii/modules/common/Persistent.qml +++ b/dots/.config/quickshell/ii/modules/common/Persistent.qml @@ -85,7 +85,7 @@ Singleton { property bool pinned: false property bool clickthrough: true property real x: 835 - property real y: 490 + property real y: 482 } property JsonObject recorder: JsonObject { property bool pinned: false