aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-06 18:01:21 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-06 18:01:21 -0700
commit6d1f2e7d358bae429ee5a3e10b573807788b84b7 (patch)
treec273cb715e09ed7a62aaf9799646db7d415206fe
parentflake.lock: Update (diff)
downloadinfra-6d1f2e7d358bae429ee5a3e10b573807788b84b7.tar.gz
getting fancy!
-rw-r--r--profiles/darwin/desktop.nix4
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;