From 05c1d350b764dd3cb29c194601c2eb3db2497441 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 9 Jan 2026 11:17:04 +0800 Subject: configure screen capture --- .macos | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.macos b/.macos index 3219966..3048185 100755 --- a/.macos +++ b/.macos @@ -230,6 +230,17 @@ defaults write com.apple.mail AddLinkPreviews Plain 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 ######################################################################### -- cgit v1.2.3