Skip to content

Commit

Permalink
Disable hot corners for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Dec 14, 2024
1 parent d035020 commit d484360
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nixos/darwin/dock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
mru-spaces = false;
show-process-indicators = false;
static-only = true;

# Disable all hot corners
wvous-tl-corner = 1;
wvous-tr-corner = 1;
wvous-bl-corner = 1;
wvous-br-corner = 1;
};
}

0 comments on commit d484360

Please sign in to comment.