From db56ff73aa4382509d5015abd31d3a1f4815cfab Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Wed, 21 May 2025 01:29:13 +0000 Subject: [PATCH] dunst: add page (#16535) --- pages/common/dunst.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/common/dunst.md diff --git a/pages/common/dunst.md b/pages/common/dunst.md new file mode 100644 index 0000000000..04fb545b55 --- /dev/null +++ b/pages/common/dunst.md @@ -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: . + +- 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}}`