File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -681,6 +681,13 @@ defaults write com.apple.appstore WebKitDeveloperExtras -bool true
681681# Enable Debug Menu in the Mac App Store
682682defaults write com.apple.appstore ShowDebugMenu -bool true
683683
684+ # ##############################################################################
685+ # Photos #
686+ # ##############################################################################
687+
688+ # Prevent Photos from opening automatically when devices are plugged in
689+ defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true
690+
684691# ##############################################################################
685692# Messages #
686693# ##############################################################################
@@ -835,7 +842,7 @@ defaults write com.divisiblebyzero.Spectacle UndoLastMove -data 62706c6973743030
835842
836843for app in " Activity Monitor" " Address Book" " Calendar" " Contacts" " cfprefsd" \
837844 " Dock" " Finder" " Google Chrome" " Google Chrome Canary" " Mail" " Messages" \
838- " Opera" " Safari" " SizeUp" " Spectacle" " SystemUIServer" " Terminal" \
845+ " Opera" " Photos " " Safari" " SizeUp" " Spectacle" " SystemUIServer" " Terminal" \
839846 " Transmission" " Tweetbot" " Twitter" " iCal" ; do
840847 killall " ${app} " & > /dev/null
841848done
You can’t perform that action at this time.
0 commit comments