From fc75ae4b63106d53a75468f1209c21bf623b10c5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 30 May 2025 08:32:52 +0200 Subject: [PATCH] disable dock --- .config/quickshell/shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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