aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/dmenuunicode
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmenuunicode')
-rwxr-xr-x.local/bin/dmenuunicode4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dmenuunicode b/.local/bin/dmenuunicode
index 2c09c80..a9d94e9 100755
--- a/.local/bin/dmenuunicode
+++ b/.local/bin/dmenuunicode
@@ -2,8 +2,8 @@
# The famous "get a menu of emojis to copy" script.
-# Get user selection via mew from emoji file.
-chosen=$(cut -d ';' -f1 ~/.local/share/larbs/chars/* | mew -i -l 30 | sed "s/ .*//")
+# Get user selection via rofi -dmenu from emoji file.
+chosen=$(cut -d ';' -f1 ~/.local/share/larbs/chars/* | rofi -dmenu -i -l 30 | sed "s/ .*//")
# Exit if none chosen.
[ -z "$chosen" ] && exit