Git commit 5318dedc511e5a10a7baf6ccf27614b59fccc151 by David Jarvie. Committed on 24/09/2020 at 13:48. Pushed by djarvie into branch 'master'.
More documentation on alarm message notifications M +11 -0 doc/index.docbook https://invent.kde.org/pim/kalarm/commit/5318dedc511e5a10a7baf6ccf27614b59fccc151 diff --git a/doc/index.docbook b/doc/index.docbook index d6d70362..e838b9ad 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -100,6 +100,9 @@ alarm message:</para> </mediaobject> </screenshot> +<para>Optionally, an alarm message may be displayed as a notification +instead of in a window.</para> + <para>When the alarm specifies a command to execute or an email to send, &kalarm; displays nothing.</para> @@ -3208,6 +3211,14 @@ time.</para> <option>--color</option> and <option>--colorfg</option> are ignored with this option.</entry> </row> +<row> + <entry><option>-n</option>, <option>--notify</option></entry> + <entry>Display the alarm as a notification, not in a window. + <option>--color</option>, <option>--colorfg</option>, + <option>--play</option>, <option>--ack-confirm</option> and + <option>--auto-close</option> cannot be specified with this + option.</entry> +</row> <row> <entry><option>-p</option>, <option>--play <replaceable>URL</replaceable></option></entry> <entry>Specify the path or &URL; of an audio file to be played once,
