diff options
author | June McEnroe <june@causal.agency> | 2020-02-12 20:12:34 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-12 20:12:34 -0500 |
commit | 180bbc7b38f814ff506bb25091a908f02ba32b5c (patch) | |
tree | 423b6fddd7fc39667ea6be4eed13665b034fc833 /catgirl.1 | |
parent | Mark and unmark on uiHide, uiShow (diff) | |
download | catgirl-180bbc7b38f814ff506bb25091a908f02ba32b5c.tar.gz catgirl-180bbc7b38f814ff506bb25091a908f02ba32b5c.zip |
Add -N flag for notifications
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 672abfc..b7a9559 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 11, 2020 +.Dd February 12, 2020 .Dt CATGIRL 1 .Os . @@ -11,6 +11,7 @@ .Op Fl Rev .Op Fl C Ar copy .Op Fl H Ar hash +.Op Fl N Ar send .Op Fl O Ar open .Op Fl S Ar bind .Op Fl a Ar auth @@ -66,6 +67,16 @@ The default is the first available of Set the initial value of the nick color hash function. . +.It Fl N Ar util , Cm notify = Ar util +Send notifications using a utility. +Use more than once to add arguments to +.Ar util . +Two additional arguments are passed to +.Ar util : +a title and a description, +appropriate for +.Xr notify-send 1 . +. .It Fl O Ar util , Cm open = Ar util Set the utility used by .Ic /open . |