Add core file kaomoji.sh
This commit is contained in:
parent
584454887d
commit
25a507f4e2
|
@ -0,0 +1,3 @@
|
|||
selection=$(rofi -i -dmenu $@ < $(dirname $0)/kaomoji.txt)
|
||||
kaomoji=$(echo $selection | sed "s|$(echo -e "\ufeff").*||")
|
||||
xdotool type --clearmodifiers "$kaomoji"
|
Loading…
Reference in New Issue