Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Add -l 10 option to dmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaIvanovV committed May 13, 2022
1 parent ccbd3e2 commit 1be1094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rofi-checklist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1be1094

Please sign in to comment.