dotfiles/.local/bin/dmenupass

7 lines
175 B
Plaintext
Raw Normal View History

2024-04-23 04:34:15 +02:00
#!/bin/sh
# This script is the SUDO_ASKPASS variable, meaning that it will be used as a
# password prompt if needed.
dmenu -bw 2 -Y 190 -X 333 -W 700 -P -p "$1" <&- && echo