setsid and sent added to opout
This commit is contained in:
parent
13b6ab3dc2
commit
9ff3b2bc30
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@ ext="${filename##*.}"
|
||||||
filename="${filename%.*}"
|
filename="${filename%.*}"
|
||||||
|
|
||||||
case "$ext" in
|
case "$ext" in
|
||||||
tex|md|rmd) zathura $filename.pdf & ;;
|
tex|md|rmd) setsid zathura "$filename".pdf & ;;
|
||||||
html) $TRUEBROWSER --new-window $filename.html & ;;
|
html) setsid $TRUEBROWSER --new-window "$filename".html & ;;
|
||||||
|
sent) setsid sent "$1" & ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue