Last active
July 13, 2022 14:45
-
-
Save kherge/46713c0e8e88ebdd2c38215454464108 to your computer and use it in GitHub Desktop.
macOS Customizations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Docker spacer icon. | |
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' \ | |
&& killall Dock | |
# Faster dock hiding/showing. | |
defaults write com.apple.dock autohide-delay -float 0 \ | |
&& defaults write com.apple.dock autohide-time-modifier -float 0.5 \ | |
&& killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment