snippetbashTip
dunst — A lightweight and customizable notification daemon for X11 and Wayland. If not started manually, D-B
Viewed 0 times
dunstcommandcustomizableandlightweightnotificationdaemoncli
Problem
How to use the
dunst command: 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/>.Solution
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:dunstDisplay a notification on startup:
dunst -startup_notificationPrint incoming notifications to
stdout:dunst -printUse the specified configuration file (default:
$XDG_CONFIG_HOME/dunst/dunstrc):dunst {{[-conf|-config]}} {{path/to/file}}Code Snippets
Start `dunst`
dunstDisplay a notification on startup
dunst -startup_notificationPrint incoming notifications to `stdout`
dunst -printUse the specified configuration file (default: `$XDG_CONFIG_HOME/dunst/dunstrc`)
dunst {{[-conf|-config]}} {{path/to/file}}Context
tldr-pages: common/dunst
Revisions (0)
No revisions yet.