@ -11,7 +11,7 @@ stdbuf -oL -e0 yad --title="${title}" --window-icon=mbcc --borders=0 \
| while read -r line; do
case ${line%:*} in
https) xdg-open "${line}" &;;
run) ${line##*/} &;;
run) ${line##*//} &;;
config) geany "$HOME/${line#*//}" &;;
*) echo "No URI";;
esac