diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-12 00:02:14 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-12 00:02:14 -0400 |
| commit | 0111667627f403e1940a08c43d6dee8591919853 (patch) | |
| tree | a76b088c4083d5a900a2c090e6087e2b65f06889 /.scripts/i3cmds/dmenuunicode | |
| parent | b74acf2b3a4e8754e5dfc85093837054f99d5baf (diff) | |
| download | eibhear-0111667627f403e1940a08c43d6dee8591919853.tar.gz eibhear-0111667627f403e1940a08c43d6dee8591919853.tar.zst eibhear-0111667627f403e1940a08c43d6dee8591919853.zip | |
emojis file moved to config
Diffstat (limited to '.scripts/i3cmds/dmenuunicode')
| -rwxr-xr-x | .scripts/i3cmds/dmenuunicode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3cmds/dmenuunicode b/.scripts/i3cmds/dmenuunicode index e9efa0c..4abf202 100755 --- a/.scripts/i3cmds/dmenuunicode +++ b/.scripts/i3cmds/dmenuunicode @@ -5,7 +5,7 @@ # Must have xclip installed to even show menu. xclip -h >/dev/null || exit -chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn Monospace-18) +chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18) [ "$chosen" != "" ] || exit |
