Add askpass-bemenu
This commit is contained in:
parent
c3d5c58ce3
commit
39a6b458a2
1 changed files with 7 additions and 0 deletions
7
utils/.local/bin/askpass-bemenu
Executable file
7
utils/.local/bin/askpass-bemenu
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/bemenu \
|
||||
--prompt "$1" \
|
||||
--password \
|
||||
--no-exec \
|
||||
</dev/null
|
||||
# must close stdin, otherwise bemenu hangs
|
Loading…
Add table
Reference in a new issue