diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 852a4b97c..77b21b49a 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -52,7 +52,7 @@ Singleton { } property QtObject dock: QtObject { - property bool enable: true + property bool enable: false property real height: 60 property real hoverRegionHeight: 3 property bool pinnedOnStartup: false