diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index 94409535b..370b0bb34 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -101,7 +101,7 @@ Singleton { // Values in % property JsonObject protection: JsonObject { // Prevent sudden bangs - property bool enable: true + property bool enable: false property real maxAllowedIncrease: 10 property real maxAllowed: 99 }