aboutsummaryrefslogtreecommitdiff
path: root/daskpass
diff options
context:
space:
mode:
Diffstat (limited to 'daskpass')
-rwxr-xr-xdaskpass10
1 files changed, 10 insertions, 0 deletions
diff --git a/daskpass b/daskpass
new file mode 100755
index 0000000..948e0c3
--- /dev/null
+++ b/daskpass
@@ -0,0 +1,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