Skip to content

Commit

Permalink
Add dock preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
uarun committed May 15, 2023
1 parent 22fd849 commit 388c3ee
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion modules/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,19 @@

LaunchServices.LSQuarantine = true; #... Enable Quarantine for downloaded applications

dock.autohide = true;
#... Dock settings
dock = {
autohide = true; #... auto hide/show dock on hover
autohide-delay = 0.0; #... no delay in showing dock
autohide-time-modifier = 0.2; #... speed of dock animation
expose-animation-duration = 0.2;
tilesize = 36;
showhidden = true;
show-recents = false;
show-process-indicators = true;
orientation = "bottom"; #... dock orientation/location
wvous-tr-corner = 4; #... hot corner action for top-right corner = show desktop
};

NSGlobalDomain.AppleShowAllExtensions = true;
NSGlobalDomain.InitialKeyRepeat = 15;
Expand Down

0 comments on commit 388c3ee

Please sign in to comment.