Skip to content

Commit

Permalink
Set new command (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Catuogno committed Aug 7, 2019
1 parent eb830a3 commit 55f2a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ __NOTES:__ First release with external contributors; it's now time to use a CONT
* FIXED: remove deprecated `brew install cask` command [[#32](https://github.com/MarioCatuogno/Clean-macOS/issues/32)]
* FIXED: remove deprecated `brew tap caskroom/cask` command [[#32](https://github.com/MarioCatuogno/Clean-macOS/issues/32)]
* FIXED: remove unnecessary `brew tap buo/cask-upgrade` command [[#32](https://github.com/MarioCatuogno/Clean-macOS/issues/32)]
* NEW: add `com.apple.dock static-only` command set to TRUE [[#35](https://github.com/MarioCatuogno/Clean-macOS/issues/35)]

## __1.6.4__ ([2019-08-05](https://github.com/MarioCatuogno/Clean-macOS/milestone/3))

Expand Down
2 changes: 2 additions & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ defaults write com.apple.dock autohide -bool true
printf "Dock: remove animation\n"
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide-delay -float 0
printf "Dock: show only active apps\n"
defaults write com.apple.dock static-only -bool true

###############################################################################
# Configure macOS: Finder #
Expand Down

0 comments on commit 55f2a32

Please sign in to comment.