diff options
author | Calvin Morrison <calvin@pobox.com> | 2024-03-20 21:05:33 -0400 |
---|---|---|
committer | Calvin Morrison <calvin@pobox.com> | 2024-03-20 21:05:33 -0400 |
commit | 31d116829b4edef397879cf3e9f23266510b01f3 (patch) | |
tree | e05244f2caa5efa879b0c4310eef41fa0740781d /emoji | |
parent | 66f2bb0112d3451d98988086f03daba307266621 (diff) |
Diffstat (limited to 'emoji')
-rwxr-xr-x | emoji | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/usr/bin/rc + +line=`{sed -e 's,\t, ,g' /lib/emojis| dmenu -l 10 } +code=`{echo $line | awk '{print $1}'} +if(! ~ $code '') { + xdotool key U$code +} |