1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 00:15:24 +02:00
tldr/pages/common/dunstctl.md

28 lines
508 B
Markdown

# dunstctl
> Control the `dunst` notification daemon.
> More information: <https://dunst-project.org/documentation/dunstctl>.
- Pause/Unpause/Toggle desktop notifications:
`dunstctl set-paused {{true|false|toggle}}`
- Close all notifications:
`dunstctl close-all`
- Delete all notifications from history:
`dunstctl history-clear`
- Display the latest notification from history:
`dunstctl history-pop`
- Reload the configuration file:
`dunstctl reload`
- Display help:
`dunstctl {{[-h|--help]}}`