From b3651cc0a7837df92f6c570dcf82c7d73ac31d8d Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 10 Jan 2026 11:38:33 +0530 Subject: [PATCH] waldl: use fuzzel instead of dmenu --- .local/bin/waldl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.local/bin/waldl b/.local/bin/waldl index 48f8fa9..b210d84 100755 --- a/.local/bin/waldl +++ b/.local/bin/waldl @@ -33,7 +33,8 @@ atleast=1920x1080 # the menu command used when no query is provided sh_menu () { - : | dmenu -p "search wallhaven: " + # : | dmenu -p "search wallhaven: " + fuzzel --lines=0 --dmenu -p "search wallhaven: " # ROFI: comment the previous line and uncomment the next line for rofi # rofi -dmenu -l 0 -p "search wallpapers" }