aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-11-13 00:47:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-11-13 00:48:30 +1300
commitd51d5f6be2e25f31a1314900ec74239bb72f7412 (patch)
tree2799f3844e5aec61b4ab6442f9b761f2695ac669 /man
parentUpdate submodules (diff)
downloaddotfiles-d51d5f6be2e25f31a1314900ec74239bb72f7412.tar.gz
dotfiles-d51d5f6be2e25f31a1314900ec74239bb72f7412.zip
Simplify/correct dmp(1) copying
Remove timeout feature; not working anyway
Diffstat (limited to 'man')
-rw-r--r--man/man1/dmp.1df8
1 files changed, 1 insertions, 7 deletions
diff --git a/man/man1/dmp.1df b/man/man1/dmp.1df
index b9f11bf8..d663e3d0 100644
--- a/man/man1/dmp.1df
+++ b/man/man1/dmp.1df
@@ -4,19 +4,13 @@
\- pick a pass(1) password with dmenu(1)
.SH SYNOPSIS
.B dmp
-.br
-.B dmp
-25
.SH DESCRIPTION
.B dmp
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.
+the X CLIPBOARD for a period of time.
.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), notify-send(1), pass(1), xsel(1)
.SH AUTHOR