Last active
May 7, 2020 19:50
-
-
Save TheTechRobo/38474ffe1b2b02dd2c5c54be7b51baa8 to your computer and use it in GitHub Desktop.
Get rid (almost) of the Mac Dock (http://thetechrobo.byethost8.com/yourls/1)
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
defaults write com.apple.Dock autohide-delay -float 3 && killall Dock | |
echo "Now your Dock, when you hide it, will take at least three seconds to reopen, for me it takes 4-5 secs." | |
echo "Just turn on Dock hiding and it will work" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To start, goto your Terminal, cd into the folder it downloaded into (~ or ~/Downloads or ~/Documents or ~/Desktop normally) and type:
chmod +x byeByeDock.sh
Then:
./byeByeDock.sh
And it should load.