diff --git a/darwin/common.nix b/darwin/common.nix index 08c2f11..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; @@ -87,9 +88,9 @@ in tilesize = lib.mkDefault 80; # Hot corners - wvous-bl-corner = hot-corners.MissionControl; + wvous-bl-corner = hot-corners.QuickNote; wvous-br-corner = hot-corners.Launchpad; - wvous-tl-corner = hot-corners.QuickNote; + wvous-tl-corner = hot-corners.MissionControl; }; finder = {