3d6a9d7
1263b38
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