diff --git a/ptgdp-rofi b/ptgdp-rofi index 515f776..c4965c6 100755 --- a/ptgdp-rofi +++ b/ptgdp-rofi @@ -27,6 +27,6 @@ else exit 1 fi prompt="ptgdp" -choice="$(rofi -dmenu -i -p "$prompt" <<< "$playlists" 2>/dev/null)" +choice="$(rofi -dmenu -i -no-custom -p "$prompt" <<< "$playlists" 2>/dev/null)" [ -z "$choice" ] && exit 2 exec ptgdp -p "$playlistdir"/"$choice".gdp