Add core file kaomoji.sh

This commit is contained in:
2018-11-13 23:22:27 +05:30
parent 584454887d
commit 25a507f4e2
Executable
+3
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"