diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/dmpass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |