diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-15 15:43:33 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-15 15:43:33 +0200 |
commit | 68e4d04b0968537e4a835668ccc3fa7592c00f5d (patch) | |
tree | f13cc4085ee211640b3b9604a8d6cdb6031a73fc | |
parent | faster (diff) | |
download | dotfiles-bsd-68e4d04b0968537e4a835668ccc3fa7592c00f5d.tar.gz dotfiles-bsd-68e4d04b0968537e4a835668ccc3fa7592c00f5d.tar.bz2 dotfiles-bsd-68e4d04b0968537e4a835668ccc3fa7592c00f5d.tar.xz dotfiles-bsd-68e4d04b0968537e4a835668ccc3fa7592c00f5d.tar.zst dotfiles-bsd-68e4d04b0968537e4a835668ccc3fa7592c00f5d.zip |
update
Diffstat (limited to '')
-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 |