diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-15 15:26:32 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-15 15:26:32 +0200 |
commit | 9eefe0c182f7de0d56fe5662ba036c500547d5d9 (patch) | |
tree | 4d6fc65c63183617cfd5b35f8d6e67870b0bfb7d /.local | |
parent | back to iridium (diff) | |
download | dotfiles-bsd-9eefe0c182f7de0d56fe5662ba036c500547d5d9.tar.gz dotfiles-bsd-9eefe0c182f7de0d56fe5662ba036c500547d5d9.tar.bz2 dotfiles-bsd-9eefe0c182f7de0d56fe5662ba036c500547d5d9.tar.xz dotfiles-bsd-9eefe0c182f7de0d56fe5662ba036c500547d5d9.tar.zst dotfiles-bsd-9eefe0c182f7de0d56fe5662ba036c500547d5d9.zip |
faster
Diffstat (limited to '.local')
-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 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 |