buscar-archivos: thunar

This commit is contained in:
Cat /dev/Nulo 2021-11-17 11:57:53 -03:00
parent 655740b835
commit 5631b8e003

View file

@ -25,7 +25,7 @@ file="$(cat $out)"
if test -e "$file"; then
if test -d "$file"; then
exec caja "$file"
exec thunar "$file"
else
exec xdg-open "$file"
fi