Skip to content

Commit

Permalink
feat(macos): Disable thumbnail and timer when capture
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Sep 2, 2024
1 parent 5382080 commit 616027b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installations/_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ install() {

defaults write com.apple.screencapture disable-shadow -bool true
defaults write com.apple.screencapture location -string "${HOME}/Downloads"
defaults write com.apple.screencapture show-thumbnail -bool false
defaults write com.apple.screencapture type -string "png"

defaults write com.apple.touchbar.agent PresentationModeGlobal "functionKeys"
Expand Down

0 comments on commit 616027b

Please sign in to comment.