Commit Graph

2 Commits (master)

Author SHA1 Message Date
Dustin C. Hatch 1c80f5bd73 dmenu_bw: Type password instead of copying it
Auto-typing the password, instead of copying it to the clipboard, is
more secure, since any process can read the contents of the clipboard.
It is also significantly more convenient, avoiding the paste step, and
works in situations where pasting isn't possible (such as into a VM
console).
2019-08-29 19:47:55 -05:00
Dustin 4fa8b96606 dmenu_bw: Add dmenu front-end for bwpass
`dmenu_bw` works like `passmenu`: it uses `dmenu` to provide a picker,
and then copies the password for the selected item to the clipboard.
2019-04-25 10:36:27 -05:00