From 082e85c05749df339a1214869441649f8a189597 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 18 Oct 2019 23:37:22 -0500 Subject: [PATCH] Improve rofi args in ptgdp-rofi --- ptgdp-rofi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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