Files
cheatsheet-tldr/tldr/dunstctl
2025-05-20 00:20:40 +00:00

34 lines
601 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`