buscar-archivo: Usar handlr en vez de xdg-open
This commit is contained in:
parent
ada064f576
commit
2173762397
1 changed files with 1 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue