summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-24 09:08:43 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-24 09:08:43 -0500
commit31ba2c6b70f6a23ff251741beaf996ce8b283601 (patch)
treeeef87050b3dbd785baa6c6de2c725f8eb7baf683 /.scripts
parent75e67f810f3807fc8b35417ca8612eeafe287b0b (diff)
downloadeibhear-31ba2c6b70f6a23ff251741beaf996ce8b283601.tar.gz
eibhear-31ba2c6b70f6a23ff251741beaf996ce8b283601.tar.zst
eibhear-31ba2c6b70f6a23ff251741beaf996ce8b283601.zip
groff_mom in opout
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/tools/opout2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/opout b/.scripts/tools/opout
index 1fe3928..df34398 100755
--- a/.scripts/tools/opout
+++ b/.scripts/tools/opout
@@ -5,7 +5,7 @@
basename="${1%.*}"
case "$1" in
- *.tex|*.md|*.rmd|*.ms|*.me) setsid zathura "$basename".pdf >/dev/null 2>&1 & ;;
+ *.tex|*.md|*.rmd|*.ms|*.me|*.mom) setsid "$READER" "$basename".pdf >/dev/null 2>&1 & ;;
*.html) setsid "$TRUEBROWSER" --new-window "$basename".html >/dev/null 2>&1 & ;;
*.sent) setsid sent "$1" >/dev/null 2>&1 & ;;
esac