From e79b0724cdc4725c67fc22e80ce6c46423f310a5 Mon Sep 17 00:00:00 2001 From: z0al Date: Sun, 8 Sep 2024 17:52:15 +0100 Subject: [PATCH] chore(darwin): disable auto workspace switching --- system/darwin/dock.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/darwin/dock.nix b/system/darwin/dock.nix index e07e6da..af5e29d 100755 --- a/system/darwin/dock.nix +++ b/system/darwin/dock.nix @@ -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; + }; }