mirror of https://github.com/CrimsonTome/tldr.git
21 lines
288 B
Markdown
21 lines
288 B
Markdown
# 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`
|