mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
27 lines
628 B
Plaintext
27 lines
628 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 incoming notifications to `stdout`:
|
|
|
|
`dunst -print`
|
|
|
|
- Use the specified configuration file (default: `$XDG_CONFIG_HOME/dunst/dunstrc`):
|
|
|
|
`dunst {{[-conf|-config]}} {{path/to/file}}`
|