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;