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;