[Mac] 視窗截圖的陰影功能如何開啟和關閉

打開終端機,輸入以下指令就能開啟或關閉視窗截圖時預設的陰影。

關閉陰影:

$ defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer

開啟陰影:

$ defaults write com.apple.screencapture disable-shadow -bool false && killall SystemUIServer

發表留言