mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Fix typo 'emoij' in rofi-emoji
This commit is contained in:
parent
1d590fe8c6
commit
fff7fa1452
@ -97,13 +97,13 @@ function display() {
|
|||||||
|
|
||||||
quantifier="${last:${#last}-1:1}"
|
quantifier="${last:${#last}-1:1}"
|
||||||
echo "$quantifier" | egrep -q '^[0-9]+$' || quantifier=1
|
echo "$quantifier" | egrep -q '^[0-9]+$' || quantifier=1
|
||||||
emoijs="$(repeat "${line[0]}" "$quantifier")"
|
emojis="$(repeat "${line[0]}" "$quantifier")"
|
||||||
|
|
||||||
if [ $exit_code == 0 ]; then
|
if [ $exit_code == 0 ]; then
|
||||||
xdotool type --clearmodifiers "$emoijs"
|
xdotool type --clearmodifiers "$emojis"
|
||||||
echo -n "$emoijs" | xclip -i
|
echo -n "$emojis" | xclip -i
|
||||||
elif [ $exit_code == 10 ]; then
|
elif [ $exit_code == 10 ]; then
|
||||||
echo -n "$emoijs" | xclip -i
|
echo -n "$emojis" | xclip -i
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user