Skip to content

Commit 01374c1

Browse files
committed
Disable hilite in dock stack
1 parent fb31c06 commit 01374c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macSetup.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ file=/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns
303303
###############################################################################
304304

305305
# Enable highlight hover effect for the grid view of a stack (Dock)
306-
defaults write com.apple.dock mouse-over-hilite-stack -bool true
306+
# defaults write com.apple.dock mouse-over-hilite-stack -bool true
307307

308308
# Set the icon size of Dock items to 36 pixels
309309
defaults write com.apple.dock tilesize -int 36

0 commit comments

Comments
 (0)