buscar-archivo: Usar handlr en vez de xdg-open

This commit is contained in:
Cat /dev/Nulo 2022-02-09 19:57:08 -03:00
parent ada064f576
commit 2173762397

View file

@ -14,15 +14,5 @@ file="$(cat $out)"
rm "$out"
if test -e "$file"; then
if test -d "$file"; then
exec thunar "$file"
else
exec xdg-open "$file"
fi
exec handlr open "$file"
fi
# if test -d "$file"; then
# xdg-open "$file"
# else
# xdg-open "$(dirname "$file")"
# fi