Add core file kaomoji.sh

This commit is contained in:
Ceda EI 2018-11-13 23:22:27 +05:30
parent 584454887d
commit 25a507f4e2
1 changed files with 3 additions and 0 deletions

3
kaomoji.sh Executable file
View File

@ -0,0 +1,3 @@
selection=$(rofi -i -dmenu $@ < $(dirname $0)/kaomoji.txt)
kaomoji=$(echo $selection | sed "s|$(echo -e "\ufeff").*||")
xdotool type --clearmodifiers "$kaomoji"