Skip to content

Commit dd46339

Browse files
committed
chore: disable automatically rearrange windows on macOS
1 parent 48cf200 commit dd46339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hosts/darwin/system.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
dock = {
1111
orientation = "left";
1212
autohide = false;
13+
# Whether to automatically rearrange spaces based on most recent use. The default is true.
14+
mru-spaces = false;
1315
};
1416

1517
finder = {

0 commit comments

Comments
 (0)