From 222fe9a9ffc5430ea28173f01482f30b26f22648 Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 14 Aug 2025 05:46:25 +0300 Subject: update --- .local/bin/dmenuunicode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/dmenuunicode') 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 -- cgit v1.2.3