diff --git a/rofi-checklist.sh b/rofi-checklist.sh index f57898b..a3eb51d 100755 --- a/rofi-checklist.sh +++ b/rofi-checklist.sh @@ -59,7 +59,7 @@ case $menu in command="rofi -dmenu"; options="-selected-row 2" ;; dmenu) exe_exists dmenu || { echo "dmenu isn't installed"; exit 1; } - command=dmenu ;; + command=dmenu; options="-l 10" ;; *) echo "Please install either rofi or dmenu"; exit 1 ;; esac