aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorekinertac <ekinertac@gmail.com>2012-04-30 04:36:15 +0300
committerekinertac <ekinertac@gmail.com>2012-04-30 04:36:15 +0300
commit5b36bee8676dc8e800f68e3a559e102dcefcae36 (patch)
treea0c465ed8c4251345ca439cbbcf26ca5a72b5ef5 /.osx
parent2f4263d29312b57a6ab02ad54e611f4207fe85af (diff)
downloaddotfiles-5b36bee8676dc8e800f68e3a559e102dcefcae36.tar.gz
dotfiles-5b36bee8676dc8e800f68e3a559e102dcefcae36.tar.bz2
dotfiles-5b36bee8676dc8e800f68e3a559e102dcefcae36.zip
adding screenshot location and file format
Diffstat (limited to '.osx')
-rwxr-xr-x.osx8
1 files changed, 7 insertions, 1 deletions
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/