Add -l 10 option to dmenu
This commit is contained in:
parent
ccbd3e249b
commit
1be1094f41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue