Fix order parameters

This commit is contained in:
Arkadiusz Wieczorek 2022-01-07 00:47:20 +01:00
parent 380de097d4
commit 6786b3038a
1 changed files with 1 additions and 1 deletions

2
bemoji
View File

@ -156,7 +156,7 @@ _typer() {
elif [ -n "$WAYLAND_DISPLAY" ] && command -v wtype >/dev/null 2>&1; then
wtype -s 30 "$totype"
elif [ -n "$DISPLAY" ] && command -v xdotool >/dev/null 2>&1; then
xdotool --delay 30 type "$totype"
xdotool type --delay 30 "$totype"
else
printf "No suitable typing tool found."
exit 1