Skip to content

Commit

Permalink
updated mac_settings.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 29, 2024
1 parent a81520f commit 8a358f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup/mac_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,12 @@ defaults write com.apple.screencapture disable-shadow -bool true
# D o c k
# ============================================================================ #

# auto-hide dock
# auto-hide Dock
defaults write com.apple.dock autohide -bool true

# make Dock appear on all screens - this is important so that cmd-tab window switching appears there too as it follows the Dock screen
defaults write com.apple.dock appswitcher-all-displays -bool true

# hide non-active apps
# XXX: careful this wipes out your Dock and reversing it to false doesn't restore your Dock items
# If you mess up your Dock it is difficult to regenerate programmatically, so I suggest you go in to Time Machine and get the ~/Library/Preferences/com.apple.dock.plist back, 'defaults import' and then killall Dock to get back your icons
Expand Down

0 comments on commit 8a358f9

Please sign in to comment.