1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 03:55:22 +02:00
tldr/pages/common/dunst.md

22 lines
521 B
Markdown
Raw Normal View History

2025-05-21 01:29:13 +00: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`
- Print coming notifications to `stdout`:
`dunst -print`
- Use the specified configuration file (default: `$XDG_CONFIG_HOME/dunst/dunstrc`):
`dunst -config {{path/to/file}}`