aboutsummaryrefslogtreecommitdiff
path: root/man/man1/dmenu_pass.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-22 01:59:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-22 02:04:29 +1200
commit5c6f4344543688d927f32d73301b9656a518de8d (patch)
tree4f7956b972c4825fbbe00d51068525e86e03f8f2 /man/man1/dmenu_pass.1df
parentMerge branch 'release/v12.6.0' into develop (diff)
downloaddotfiles-5c6f4344543688d927f32d73301b9656a518de8d.tar.gz
dotfiles-5c6f4344543688d927f32d73301b9656a518de8d.zip
Change dmenu_pass to type not copy the password
Should be more secure.
Diffstat (limited to 'man/man1/dmenu_pass.1df')
-rw-r--r--man/man1/dmenu_pass.1df10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/dmenu_pass.1df b/man/man1/dmenu_pass.1df
index 51c32adb..c83cd837 100644
--- a/man/man1/dmenu_pass.1df
+++ b/man/man1/dmenu_pass.1df
@@ -1,17 +1,17 @@
.TH DMENU_PASS 1df "May 2022" "Manual page for dmenu_pass"
.SH NAME
.B dmenu_pass
-\- pick a pass(1) password with dmenu(1)
+\- pick and type a password-store password
.SH SYNOPSIS
.B dmenu_pass
.SH DESCRIPTION
.B dmenu_pass
-applies dmenu(1) to pick a password entry from a pass(1) store and put it into
-the X CLIPBOARD using the "show" command.
+applies dmenu(1) to pick a password entry from a pass(1) store and types it out
+with xdotool(1).
.P
A notification with the default priority is sent when the password is
-successfully clipped.
+successfully typed.
.SH SEE ALSO
-dmenu(1), notify-send(1), pass(1)
+dmenu(1), notify-send(1), pass(1), xdotool(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>