Skip to content

Commit

Permalink
👍 fix: update config to dock size in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jun 26, 2024
1 parent 943f823 commit 77c75ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/Preferences/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ killall Finder
# ===================== Dock ===================== #
# defaults read com.apple.dock
defaults write com.apple.dock expose-group-apps -bool false
defaults write com.apple.dock largesize -float 60
defaults write com.apple.dock magnification -bool true
defaults write com.apple.dock mineffect -string "genie"
defaults write com.apple.dock minimize-to-application -bool true
Expand All @@ -50,6 +49,7 @@ defaults write com.apple.dock show-process-indicators -bool true
defaults write com.apple.dock show-recents -bool false
defaults write com.apple.dock showAppExposeGestureEnabled -bool true
defaults write com.apple.dock tilesize -float 45
defaults write com.apple.dock largesize -float 70
defaults write com.apple.dock trash-full -bool true
defaults write com.apple.dock wvous-bl-corner -int 2
defaults write com.apple.dock wvous-bl-modifier -int 0
Expand Down

0 comments on commit 77c75ee

Please sign in to comment.