aboutsummaryrefslogblamecommitdiff
path: root/daskpass
blob: 948e0c37feece9ce64d13a2f47a2a27a1f8ed415 (plain) (tree)
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 "" | wmenu -P -p "$1"
fi