LoginSignup
0
3

More than 3 years have passed since last update.

通知が来たときにMacのアプリのアイコンがバウンドするのを防ぐ方法

Posted at
defaults write com.apple.dock no-bouncing -bool TRUE
killall Dock

この二つのコマンドをTerminalから実行すると、通知が来てもMacのアプリがバウンドしなくなります

1つ目のコマンドでアプリのアイコンがバウンドする設定を無効化し、
2つ目のコマンドでDockを再起動させて変更を反映させます

参考
https://www.macworld.com/article/1138403/dockbounce.html

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3