From e857d538fb8c14bbe5efe46923d6a85e84a1fc76 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:29:48 +0200 Subject: [PATCH] region selector: make circle selection not amogus large --- dots/.config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index ac8fa28fa..f496f7bab 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -368,7 +368,7 @@ Singleton { } property JsonObject circle: JsonObject { property int strokeWidth: 6 - property int padding: 30 + property int padding: 10 } }