diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml index 93cc58f7b..35631100a 100644 --- a/.config/quickshell/shell.qml +++ b/.config/quickshell/shell.qml @@ -25,7 +25,7 @@ ShellRoot { // no unnecessary stuff will take up memory if you decide to only use, say, the overview. property bool enableBar: true property bool enableCheatsheet: true - property bool enableDock: true + property bool enableDock: false property bool enableMediaControls: true property bool enableNotificationPopup: true property bool enableOnScreenDisplayBrightness: true