diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index ee402428e..747a1376b 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -57,7 +57,7 @@ Singleton { property int shown: 10 property bool showAppIcons: true property bool alwaysShowNumbers: false - property int showNumberDelay: 150 // milliseconds + property int showNumberDelay: 300 // milliseconds } }