From 9eefe0c182f7de0d56fe5662ba036c500547d5d9 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 15 May 2022 15:26:32 +0200 Subject: faster --- .local/bin/dmpass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/dmpass') 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 -- cgit v1.2.3