Updated scripts.
This commit is contained in:
parent
272fb806ef
commit
8364d66ca5
7 changed files with 22 additions and 60 deletions
6
dmenu-pass
Executable file
6
dmenu-pass
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This script is the SUDO_ASKPASS variable, meaning that it will be used as a
|
||||
# password prompt if needed.
|
||||
|
||||
dmenu -P -p "$1" <&- && echo
|
Loading…
Add table
Add a link
Reference in a new issue