From 2bbc67d662a45e52061fb8a4760c25005d70380c Mon Sep 17 00:00:00 2001 From: Lukas Cech Date: Wed, 8 Jan 2025 22:28:48 +0100 Subject: [PATCH 1/2] Fix hot corners on darwin --- darwin/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/darwin/common.nix b/darwin/common.nix index 08c2f11..3165b43 100644 --- a/darwin/common.nix +++ b/darwin/common.nix @@ -87,9 +87,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 = { From 367e3b583ccff4faf6835ce9c4206fb3694b4c63 Mon Sep 17 00:00:00 2001 From: Lukas Cech Date: Thu, 9 Jan 2025 18:07:08 +0100 Subject: [PATCH 2/2] 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;