mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
setsid and sent added to opout
This commit is contained in:
parent
a39849f565
commit
5bc9a59b24
@ -7,6 +7,7 @@ ext="${filename##*.}"
|
||||
filename="${filename%.*}"
|
||||
|
||||
case "$ext" in
|
||||
tex|md|rmd) zathura $filename.pdf & ;;
|
||||
html) $TRUEBROWSER --new-window $filename.html & ;;
|
||||
tex|md|rmd) setsid zathura "$filename".pdf & ;;
|
||||
html) setsid $TRUEBROWSER --new-window "$filename".html & ;;
|
||||
sent) setsid sent "$1" & ;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user