summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-01-09 11:17:04 +0800
committerZhineng Li <[email protected]>2026-01-09 11:17:04 +0800
commit05c1d350b764dd3cb29c194601c2eb3db2497441 (patch)
treec965876ee1b350fddc414d17621f61351e775d5f
parent6c190480be3712ad2bca7dc789f56ac8d17f58b9 (diff)
configure screen capture
-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
#########################################################################