aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/waldl
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/waldl')
-rwxr-xr-x.local/bin/waldl3
1 files changed, 2 insertions, 1 deletions
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"
}