summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmpass
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmpass')
-rwxr-xr-x.local/bin/dmpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmpass b/.local/bin/dmpass
index 53d148c..56adc0d 100755
--- a/.local/bin/dmpass
+++ b/.local/bin/dmpass
@@ -10,7 +10,7 @@ if [ -n "$WAYLAND_DISPLAY" ]; then
xdotool="ydotool type --file -"
elif [ -n "$DISPLAY" ]; then
dmenu=dmenu
- xdotool="xdotool type --delay 20 --clearmodifiers --file -"
+ xdotool="xdotool type --delay 10 --clearmodifiers --file -"
else
echo "Error: No Wayland or X11 display detected" >&2
exit 1