Skip to content

Commit

Permalink
Use a smaller dock
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Promislow <[email protected]>
  • Loading branch information
Gerg authored and Eric Promislow committed Apr 4, 2018
1 parent f59489c commit 2e8d64a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup-dock.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

set +e
defaults delete com.apple.dock persistent-apps && killall Dock
defaults delete com.apple.dock persistent-apps >/dev/null 2>&1 || true
# Default height probably floor(160 / 2 - 11) = 69
defaults write com.apple.dock tilesize -int 29
killall Dock
set -e

0 comments on commit 2e8d64a

Please sign in to comment.