summaryrefslogtreecommitdiff
path: root/.local/bin/dmenupass
blob: b8e2f1b8dd62be469393f141b98a9a5213f792d3 (plain)
1
2
3
4
5
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