docs: add section for autostarting dunst

This commit is contained in:
fwsmit 2021-02-27 23:07:25 +01:00
parent 8413ade9d7
commit 7292bfcd89
2 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,15 @@ dunst [-conf file] [-font font] [-geometry geom] [-format fmt] [-follow mode] [-
Dunst is a highly configurable and lightweight notification daemon.
=head2 Autostarting dunst
On most installations dunst should be able to automatically be started by D-Bus
when a notification is sent. This is not recommended when multiple notification
deamons are installed, because D-Bus will not know which one to start.
Other ways of autostarting dunst include starting dunst with your desktop
environment or window manager's autostart functionality or via the provided
systemd service.
=head1 COMMAND LINE OPTIONS
=over 4
@ -160,4 +169,4 @@ If you feel that copyrights are violated, please send me an email.
=head1 SEE ALSO
dunst(5), dunstctl(1), dwm(1), dmenu(1), twmn(1), notify-send(1)
dunst(5), dunstctl(1), dmenu(1), notify-send(1)

View File

@ -1010,4 +1010,4 @@ If you feel that copyrights are violated, please send me an email.
=head1 SEE ALSO
dunstctl(1), dwm(1), dmenu(1), twmn(1), notify-send(1)
dunst(1), dunstctl(1), dmenu(1), notify-send(1)