LoginSignup
18
18

More than 5 years have passed since last update.

通知センターのバナー表示時間を変更する

Last updated at Posted at 2015-01-07

Macの通知センターは様々なアプリケーションの通知をしてくれる機能ですが、表示時間を変えたいって時があるかと思います。

変更するにはターミナルから次のコマンドで変更可能です。

defaults write com.apple.notificationcenterui bannerTime 秒数(1〜25)

再ログインまたは再起動で反映されます。

また、元に戻したい場合は次のコマンドを実行してください。

defaults delete com.apple.notificationcenterui bannerTime
18
18
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
18
18