1. 程式人生 > >更改Mac預設的截圖名稱格式及路徑

更改Mac預設的截圖名稱格式及路徑

https://www.macdo.cn/1034.html

修改截圖預設檔名

defaults write com.apple.screencapture name "Screenshot"
killall SystemUIServer

更換預設截圖路徑

defaults write com.apple.screencapture location ~/Desktop/螢幕截圖
killall SystemUIServer

去掉視窗截圖的陰影

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

https://sspai.com/post/25978