1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/dunstctl.md

21 lines
288 B
Markdown
Raw Normal View History

2021-12-26 10:39:08 -05:00
# dunstctl
> Control command for `dunst`.
> More information: <https://manned.org/dunstctl>.
- Pause notifications:
`dunstctl set-paused true`
- Un-pause notifications:
`dunstctl set-paused false`
- Close all notifications:
`dunstctl close-all`
- Display help:
`dunstctl --help`