Files
dotfiles/.local/bin/dmenupass

7 lines
148 B
Plaintext
Raw Normal View History

2021-04-07 22:56:28 +01:00
#!/bin/sh
# This script is the SUDO_ASKPASS variable, meaning that it will be used as a
# password prompt if needed.
2021-06-13 11:43:14 +01:00
dmenu -P -p "$1" <&- && echo