From ea791df4aa7e9cb808a7e41c49227e23433ab8ec Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Fri, 28 Aug 2026 14:46:40 +0100 Subject: [PATCH] fix(darwin): disable hot-corners I hate them and I need to ensure they never come back --- hosts/Darwin/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Darwin/configuration.nix b/hosts/Darwin/configuration.nix index 62ff91e..3439a2e 100644 --- a/hosts/Darwin/configuration.nix +++ b/hosts/Darwin/configuration.nix @@ -161,6 +161,11 @@ dock = { show-recents = false; mru-spaces = false; # don't reorder spaces by use + # Disable hot-corners + wvous-tr-corner = 1; + wvous-tl-corner = 1; + wvous-bl-corner = 1; + wvous-br-corner = 1; }; finder = { AppleShowAllExtensions = true;