Skip to content

Commit

Permalink
disable recent apps in the dock, #20
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Jun 13, 2019
1 parent 6aaf3a0 commit 7f9e23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions preferences.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ execute "defaults write com.apple.dock wvous-tr-corner -int 5" \
execute "defaults write com.apple.dock wvous-br-corner -int 10" \
"Set bottom right hot corner to start sleep"

execute "defaults write com.apple.dock show-recents -bool false" \
"Disable show recent applications in Dock"

killall "Dock" &> /dev/null

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 7f9e23f

Please sign in to comment.