From 3e66c2d0f3f520671e59bac079517dee8e04d574 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 11 May 2025 10:00:14 +0200 Subject: [PATCH] change race condition delay --- .config/quickshell/modules/common/ConfigOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 10a097884..57d6e5aa5 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -76,7 +76,7 @@ Singleton { } property QtObject hacks: QtObject { - property int arbitraryRaceConditionDelay: 10 // milliseconds + property int arbitraryRaceConditionDelay: 20 // milliseconds } }