1
0
mirror of https://gitlab.com/ceda_ei/kaomoji-rofi synced 2025-03-12 10:06:54 +01:00

Add core file kaomoji.sh

This commit is contained in:
Ceda EI 2018-11-13 23:22:27 +05:30
parent 584454887d
commit 25a507f4e2

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"