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 } }