[osx] Don't make hidden apps translucent in the Dock

pull/28/head
Alpha Chen 10 years ago
parent 2781287abc
commit 87b37a2024

@ -16,10 +16,9 @@ osx_defaults: # named osx_defaults since there's an Ansible conflict w/defaults
- com.apple.dock autohide -bool true # automatically hide and show the dock
- com.apple.dock mineffect -string scale # minimize windows using the scale effect
- com.apple.dock mru-spaces -bool false # don't rearrange spaces
- com.apple.dock no-glass -bool true # 2D dock
- com.apple.dock orientation -string left
- com.apple.dock pinning -string start # don't center the dock
- com.apple.dock showhidden -bool true # translucent icons for hidden apps
# - com.apple.dock showhidden -bool true # translucent icons for hidden apps
# - com.apple.dock workspaces-auto-swoosh -bool false # don't switch to a space w/open windows for the app
- com.apple.dock wvous-bl-corner -int 10 # set the bottom left hot corner to sleep the display
# - com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -int 1

Loading…
Cancel
Save