1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 04:15:27 +02:00

dunst: add page (#16535)

This commit is contained in:
Lena 2025-05-21 01:29:13 +00:00 committed by GitHub
parent fe1ad5fc8b
commit db56ff73aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages/common/dunst.md Normal file
View file

@ -0,0 +1,21 @@
# 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}}`