jptgdp: Put rofi in case-insensitive mode

This commit is contained in:
Salt 2019-06-14 06:35:45 -05:00
parent 0b9f14d2be
commit 9ef02493c7

2
jptgdp
View File

@ -97,7 +97,7 @@ rofimenu() {
else
error "No playlists found" 61
fi
choice="$(rofi -dmenu -p "$_name" <<< "$playlists")"
choice="$(rofi -dmenu -i -p "$_name" <<< "$playlists")"
[ -z "$choice" ] && error "User aborted at selection" 62
playlist "$_optrofi"/"$choice".gdp
return 0