Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS::defaults::Dock] Automatically configure defaults for the dock #15

Open
0xdevalias opened this issue Sep 6, 2020 · 0 comments
Open

Comments

@0xdevalias
Copy link
Owner

0xdevalias commented Sep 6, 2020

⇒  open /System/Library/PreferencePanes/Dock.prefPane

# list all possible 'domains' we can read/write to
⇒  defaults domains

# search for all defaults containing the word 'dock'
⇒  defaults find dock

# smallest end of the prefpane slider on macOS catalina is 16, largest is 128.
# old mid 2015 laptop had 38 set, 40 looks better on 2019 16"
⇒  defaults write com.apple.dock tilesize -int 40

⇒  defaults write com.apple.dock autohide -bool true
⇒  defaults write com.apple.dock magnification -bool false

# when we are done making changes
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant