summaryrefslogtreecommitdiff
path: root/.macos
diff options
context:
space:
mode:
Diffstat (limited to '.macos')
-rwxr-xr-x.macos11
1 files changed, 11 insertions, 0 deletions
diff --git a/.macos b/.macos
index 3219966..3048185 100755
--- a/.macos
+++ b/.macos
@@ -231,6 +231,17 @@ defaults write com.apple.mail AddLinkPreviews -bool FALSE
#########################################################################
+# Screen Capture
+#########################################################################
+
+# Do not show floating thumbnail and store screenshots immediately
+defaults write com.apple.screencapture show-thumbnail -bool FALSE
+
+# Do not add shadow to screenshots
+defaults write com.apple.screencapture disable-shadow -bool TRUE
+
+
+#########################################################################
# Close affected applications
#########################################################################