1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 17:35:28 +02:00
tldr/pages.ko/common/dunstctl.md

293 B

dunstctl

dunst 제어 명령어. 더 많은 정보: https://manned.org/dunstctl.

  • 알림 일시 중지:

dunstctl set-paused true

  • 알림 일시 중지 해제:

dunstctl set-paused false

  • 모든 알림 닫기:

dunstctl close-all

  • 도움말 표시:

dunstctl --help