jptgdp: Put rofi in case-insensitive mode
This commit is contained in:
2
jptgdp
2
jptgdp
@@ -97,7 +97,7 @@ rofimenu() {
|
|||||||
else
|
else
|
||||||
error "No playlists found" 61
|
error "No playlists found" 61
|
||||||
fi
|
fi
|
||||||
choice="$(rofi -dmenu -p "$_name" <<< "$playlists")"
|
choice="$(rofi -dmenu -i -p "$_name" <<< "$playlists")"
|
||||||
[ -z "$choice" ] && error "User aborted at selection" 62
|
[ -z "$choice" ] && error "User aborted at selection" 62
|
||||||
playlist "$_optrofi"/"$choice".gdp
|
playlist "$_optrofi"/"$choice".gdp
|
||||||
return 0
|
return 0
|
||||||
|
Reference in New Issue
Block a user