From f290192de4a5a82138f94900294aa8fcde94e259 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:30:18 +0200 Subject: [PATCH] disable earbang protection by default --- .config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }