From ffeaf344c429ab195160be967a5fb62346f3eed9 Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 25 Aug 2025 15:44:14 +0530 Subject: move to fuzzel from rofi rofi is bad when it comes to fuzzy matching and also you cannot execute command as it is, for example you cannot pass arguements to commands like "setwall -m". Fuzzel is way simpler, natively supports wayland and is a drop in replacement for dmenu. --- .local/bin/rofiunicode | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .local/bin/rofiunicode (limited to '.local/bin/rofiunicode') diff --git a/.local/bin/rofiunicode b/.local/bin/rofiunicode deleted file mode 100755 index d6d4239..0000000 --- a/.local/bin/rofiunicode +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# The famous "get a menu of emojis to copy" script. - -# Get user selection via dmenu from emoji file. -chosen=$(cut -d ';' -f1 ~/.local/share/chars/* | rofi -dmenu -i -l 30 | sed "s/ .*//") - -# Exit if none chosen. -[ -z "$chosen" ] && exit - -wtype "$chosen" -printf "$chosen" | wl-copy -notify-send "'$chosen' copied to clipboard." & -- cgit v1.2.3