diff options
Diffstat (limited to 'profiles/darwin/desktop.nix')
| -rw-r--r-- | profiles/darwin/desktop.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/darwin/desktop.nix b/profiles/darwin/desktop.nix index a689fac..a5ca970 100644 --- a/profiles/darwin/desktop.nix +++ b/profiles/darwin/desktop.nix @@ -6,10 +6,10 @@ dashboard-in-overlay = false; launchanim = false; # Don't animate opening applications. mru-spaces = false; # don’t rearrange spaces based on the most recent use - orientation = "left"; + orientation = "bottom"; show-recents = false; showhidden = false; - tilesize = 60; # Default is 64. + tilesize = 30; # Default is 64. wvous-br-corner = 1; # Disable Notes hot corner. }; finder.AppleShowAllExtensions = true; |
