aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-25 23:44:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-25 23:45:49 +1200
commitfaa2b56f0baef9c5809e1ca4cdb06699f6066f79 (patch)
treea913be6ee632b232729d1d6153f91b52ed03cfe7 /man
parentxyzzy(6) to print to stderr (diff)
downloaddotfiles-faa2b56f0baef9c5809e1ca4cdb06699f6066f79.tar.gz
dotfiles-faa2b56f0baef9c5809e1ca4cdb06699f6066f79.zip
Add notifications to dmp(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/dmp.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/man1/dmp.1 b/man/man1/dmp.1
index d5883afc..33dde9b8 100644
--- a/man/man1/dmp.1
+++ b/man/man1/dmp.1
@@ -13,8 +13,11 @@ applies dmenu(1) to pick a password entry from a pass(1) store and put it into
the X CLIPBOARD for a period of time, defaulting to 10 seconds, after which
xsel(1) will remove it from the clipboard.
.P
+If notify-send(1) is installed, a notification with the default priority will
+be written when the password is successfully clipped.
+.P
The timeout in seconds can be specified as an optional argument.
.SH SEE ALSO
-dmenu(1), pass(1), xsel(1)
+dmenu(1), notify-send(1), pass(1), xsel(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>