aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/madd
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-25 15:44:14 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-25 15:44:14 +0530
commitffeaf344c429ab195160be967a5fb62346f3eed9 (patch)
tree5cb9ebeca9d292a6a1b09b5398e88a276c67b18c /.local/bin/madd
parenta81ab033ec5ac0cdbdddfc31f242aee7cb5aee4e (diff)
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.
Diffstat (limited to '.local/bin/madd')
-rwxr-xr-x.local/bin/madd2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/madd b/.local/bin/madd
index d1cb8ef..130fd85 100755
--- a/.local/bin/madd
+++ b/.local/bin/madd
@@ -14,7 +14,7 @@ madd() {
if [ -t 0 ]; then
filename=$(mpc listall | fzf)
else
- filename=$(mpc listall | rofi -dmenu -l 30 -case-smart)
+ filename=$(mpc listall | fuzzel -d -l 30)
fi
if [ -n "$filename" ]; then