diff options
author | awy <awy@awy.one> | 2025-07-30 20:30:23 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 20:30:23 +0300 |
commit | 6a42018cf2d55f9a8e8f9809415556cd50028590 (patch) | |
tree | 93e6871b100832b6fd0942e4586729c7580270a3 /.local/bin/dmenuunicode | |
parent | bd77fbce81efc16fc91dd7cc9d9807e27d70d064 (diff) | |
download | hyprdots-6a42018cf2d55f9a8e8f9809415556cd50028590.tar.gz |
rofi
Diffstat (limited to '.local/bin/dmenuunicode')
-rwxr-xr-x | .local/bin/dmenuunicode | 4 |
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 |