From 4acff86a06fb761bf2dda60051ad8cbfb452f8b2 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 13 Apr 2026 20:27:03 +0800 Subject: [PATCH] feat(dock): instant autohide trigger with fast slide animation --- modules/darwin/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index 0e03a34..d4106f2 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -35,6 +35,8 @@ LaunchServices.LSQuarantine = false; dock = { autohide = true; + autohide-delay = 0.0; + autohide-time-modifier = 0.15; show-recents = false; mru-spaces = false; wvous-tl-corner = 1;