buscar-archivos: thunar
This commit is contained in:
parent
655740b835
commit
5631b8e003
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue