From 687907b837ee5b8c71655de078e7a6c6d7471839 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 28 Feb 2025 10:24:04 +0100 Subject: [PATCH] Decrease dock tilesize and disable folder links in dock --- module/configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/module/configuration.nix b/module/configuration.nix index f5c3d84..caffe61 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -76,13 +76,9 @@ expose-animation-duration = 0.0; mru-spaces = false; orientation = "right"; - persistent-others = [ - "/Users/tobi/TobCloud" - "/Users/tobi/Documents" - "/Users/tobi/Downloads" - ]; show-recents = false; static-only = true; + tilesize = 32; wvous-br-corner = 1; }; @@ -124,7 +120,7 @@ TrackpadRightClick = true; }; }; - + stateVersion = 6; }; }