Last Updated on 2024-04-25 by OneJar99
打開終端機,輸入以下指令就能開啟或關閉視窗截圖時預設的陰影。
關閉陰影:
$ defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer
開啟陰影:
$ defaults write com.apple.screencapture disable-shadow -bool false && killall SystemUIServer