Skip to content

Commit

Permalink
chore(darwin): disable auto workspace switching
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Sep 8, 2024
1 parent 2877e4c commit e79b072
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/darwin/dock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@
wvous-tl-corner = 2;
wvous-tr-corner = 1;
};

system.defaults.CustomUserPreferences."com.apple.dock" = {
# https://superuser.com/questions/1778079/disable-switching-window-on-different-desktop
workspaces-auto-swoosh = false;
};
}

0 comments on commit e79b072

Please sign in to comment.