From 68e4d04b0968537e4a835668ccc3fa7592c00f5d Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 15 May 2022 15:43:33 +0200 Subject: update --- .local/bin/dmpass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/dmpass b/.local/bin/dmpass index 56adc0d..11725c7 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 10 --clearmodifiers --file -" + xdotool="xdotool type --delay 15 --clearmodifiers --file -" else echo "Error: No Wayland or X11 display detected" >&2 exit 1 -- cgit v1.2.3