From 5b36bee8676dc8e800f68e3a559e102dcefcae36 Mon Sep 17 00:00:00 2001 From: ekinertac Date: Mon, 30 Apr 2012 04:36:15 +0300 Subject: adding screenshot location and file format --- .osx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.osx') diff --git a/.osx b/.osx index b6307d9..9cf3ddf 100755 --- a/.osx +++ b/.osx @@ -234,4 +234,10 @@ unset file # Kill affected applications for app in Finder Dock Mail Safari iTunes iCal Address\ Book SystemUIServer; do killall "$app" > /dev/null 2>&1; done -echo "Done. Note that some of these changes require a logout/restart to take effect." \ No newline at end of file +echo "Done. Note that some of these changes require a logout/restart to take effect." + +# Change screen shot save location +defaults write com.apple.screencapture location /your folder path/ + +# Change screen shot file format BMP/GIF/JPG/PDF/PNG/TIFF +defaults write com.apple.screencapture type /your file format/ -- cgit v1.2.3