aboutsummaryrefslogtreecommitdiff
path: root/daskpass
blob: 6860983839fcf633b873b003f33976945d37b983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# this can be used as a password prompt.

if [ -z "$WAYLAND_DISPLAY" ]
then
	printf "" | dmenu -P -p "$1"
else
	printf "" | bemenu -x -p "$1"
fi