![]() |
|
|
#2 |
|
Member
Join Date: Jun 2015
Posts: 32
|
Yes, I have two scripts:
Disable: Code:
#!/bin/bash defaults write com.apple.dock expose-animation-duration -float 0 defaults write com.apple.universalaccess reduceTransparency -bool true killall Dock Code:
#!/bin/bash defaults delete com.apple.dock expose-animation-duration defaults write com.apple.universalaccess reduceTransparency -bool false killall Dock |
|
|
|
|
|