mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
|
#!/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
|