diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-10 11:38:33 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-10 11:38:33 +0530 |
| commit | b3651cc0a7837df92f6c570dcf82c7d73ac31d8d (patch) | |
| tree | 38cdc6bf252b3de5a811964fa2d481f193288c72 | |
| parent | 2f3c1976c3187ce5ee2359462edeb58a9effa05a (diff) | |
waldl: use fuzzel instead of dmenu
| -rwxr-xr-x | .local/bin/waldl | 3 |
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" } |
