2025-06-28 19:25:29 -06:00
|
|
|
# dunst
|
|
|
|
|
|
|
|
|
|
> A lightweight and customizable notification daemon for X11 and Wayland.
|
|
|
|
|
> If not started manually, D-Bus will automatically start `dunst` when a notification is sent.
|
|
|
|
|
> More information: <https://dunst-project.org/documentation/dunst>.
|
|
|
|
|
|
|
|
|
|
- Start `dunst`:
|
|
|
|
|
|
|
|
|
|
`dunst`
|
|
|
|
|
|
|
|
|
|
- Display a notification on startup:
|
|
|
|
|
|
|
|
|
|
`dunst -startup_notification`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Print incoming notifications to `stdout`:
|
2025-06-28 19:25:29 -06:00
|
|
|
|
|
|
|
|
`dunst -print`
|
|
|
|
|
|
|
|
|
|
- Use the specified configuration file (default: `$XDG_CONFIG_HOME/dunst/dunstrc`):
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`dunst {{[-conf|-config]}} {{path/to/file}}`
|