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. --- .config/waybar/scripts/envyswitch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/waybar/scripts/envyswitch.sh') diff --git a/.config/waybar/scripts/envyswitch.sh b/.config/waybar/scripts/envyswitch.sh index 60c09a4..e1d9933 100755 --- a/.config/waybar/scripts/envyswitch.sh +++ b/.config/waybar/scripts/envyswitch.sh @@ -1,6 +1,6 @@ #!/bin/env bash -mode="$(printf "Integrated\nHybrid\nNvidia" | rofi -dmenu -case-smart -matching "fuzzy" -p "Select the graphics mode:")" +mode="$(printf "Integrated\nHybrid\nNvidia" | fuzzel --dmenu -p "Select the graphics mode:")" # Exit if no selection was made [ -z "$mode" ] && exit 1 -- cgit v1.2.3