waldl: use fuzzel instead of dmenu

This commit is contained in:
krolxon 2026-01-10 11:38:33 +05:30
parent 2f3c1976c3
commit b3651cc0a7
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}