diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 14:26:35 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 14:26:35 -0500 |
| commit | 621ee3f586e95889ea9815a2abf1467e2fa06459 (patch) | |
| tree | 80d9f0ba76dc234759f9931864e6411172ca9920 /.local/bin | |
| parent | c64e28bdd68f93cbad5c21a6b51e4b3c6ff4e9d9 (diff) | |
| download | eibhear-621ee3f586e95889ea9815a2abf1467e2fa06459.tar.gz eibhear-621ee3f586e95889ea9815a2abf1467e2fa06459.tar.zst eibhear-621ee3f586e95889ea9815a2abf1467e2fa06459.zip | |
emoji file moved
Diffstat (limited to '.local/bin')
| -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 |
