From 917fae6d4f92d71d004a3970cbb7d45ea42071b7 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:54:23 +0100 Subject: [PATCH] overlay: fps limiter: adjust default 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 3d75d11ef..33ea644dd 100644 --- a/dots/.config/quickshell/ii/modules/common/Persistent.qml +++ b/dots/.config/quickshell/ii/modules/common/Persistent.qml @@ -109,7 +109,7 @@ Singleton { property JsonObject fpsLimiter: JsonObject { property bool pinned: false property bool clickthrough: false - property real x: 1600 + property real x: 1576 property real y: 630 } }