Add askpass-bemenu

This commit is contained in:
Peter Cai 2022-12-25 17:39:32 -05:00
parent c3d5c58ce3
commit 39a6b458a2
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
/usr/bin/bemenu \
--prompt "$1" \
--password \
--no-exec \
</dev/null
# must close stdin, otherwise bemenu hangs