aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-30 00:04:59 -0700
committerMathias Bynens <mathias@qiwi.be>2012-04-30 00:04:59 -0700
commit0694fc25a2f16221925f6d453125d7a0a87a011c (patch)
treea0c465ed8c4251345ca439cbbcf26ca5a72b5ef5
parent2f4263d29312b57a6ab02ad54e611f4207fe85af (diff)
parent5b36bee8676dc8e800f68e3a559e102dcefcae36 (diff)
downloaddotfiles-0694fc25a2f16221925f6d453125d7a0a87a011c.tar.gz
dotfiles-0694fc25a2f16221925f6d453125d7a0a87a011c.tar.bz2
dotfiles-0694fc25a2f16221925f6d453125d7a0a87a011c.zip
Merge pull request #61 from ekinertac/master
.osx: Screenshot location and file format settings
-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/