From 367e3b583ccff4faf6835ce9c4206fb3694b4c63 Mon Sep 17 00:00:00 2001 From: Lukas Cech Date: Thu, 9 Jan 2025 18:07:08 +0100 Subject: [PATCH] Hide the mac doc --- darwin/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/darwin/common.nix b/darwin/common.nix index 3165b43..02dc52d 100644 --- a/darwin/common.nix +++ b/darwin/common.nix @@ -76,7 +76,8 @@ in system.defaults = { dock = { autohide = true; - autohide-delay = 0.0; + # Do not need dock, lets be more effective + autohide-delay = 100.0; autohide-time-modifier = 0.25; mineffect = "scale"; minimize-to-application = true;