2025-06-28 19:25:29 -06:00
|
|
|
# dunstctl
|
|
|
|
|
|
|
|
|
|
> Control the `dunst` notification daemon.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://dunst-project.org/documentation/dunstctl/>.
|
2025-06-28 19:25:29 -06:00
|
|
|
|
|
|
|
|
- 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]}}`
|