jptgdp: Put rofi in case-insensitive mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user