aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/dmenuunicode
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-14 05:46:25 +0300
committerawy <awy@awy.one>2025-08-14 05:46:25 +0300
commit222fe9a9ffc5430ea28173f01482f30b26f22648 (patch)
treed11094fe10c854cd23dfa5f49850e1facfefe116 /.local/bin/dmenuunicode
parent9e12eb5b61daa6fc864301893bc6242614777d76 (diff)
downloadhyprdots-222fe9a9ffc5430ea28173f01482f30b26f22648.tar.gz
update
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 bfb190d..0289dc6 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 rofi -dmenu from emoji file.
-chosen=$(cut -d ';' -f1 ~/.local/share/extras/chars/* | rofi -dmenu -i -l 30 | sed "s/ .*//")
+# Get user selection via mew from emoji file.
+chosen=$(cut -d ';' -f1 ~/.local/share/extras/chars/* | mew -i -l 30 | sed "s/ .*//")
# Exit if none chosen.
[ -z "$chosen" ] && exit