diff options
Diffstat (limited to '.local/bin/dmenuunicode')
| -rwxr-xr-x | .local/bin/dmenuunicode | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/dmenuunicode b/.local/bin/dmenuunicode index eeae767..bb57629 100755 --- a/.local/bin/dmenuunicode +++ b/.local/bin/dmenuunicode @@ -1,11 +1,11 @@ #!/usr/bin/env sh -# Give dmenu list of all unicode characters to copy. -# Shows the selected character in dunst if running. + +# The famous "get a menu of emojis to copy" script. # Must have xclip installed to even show menu. xclip -h >/dev/null || exit -chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18) +chosen=$(grep -v "#" ~/.local/share/larbs/emoji | dmenu -i -l 20 -fn Monospace-18) [ "$chosen" != "" ] || exit |
