aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2026-07-30 08:24:03 -0400
committerRyan Kavanagh <rak@rak.ac>2026-07-30 08:25:01 -0400
commit53b83762bb95d056ffac6c5615f60fcd9a544567 (patch)
tree07eee38ee8b974f77a0ae35f3c858d965ef4327d
parentMerge remote-tracking branch 'gh' (diff)
pdfviewer is now papers
Diffstat (limited to '')
-rw-r--r--dot_config/mimeapps.list4
-rw-r--r--dot_mailcap6
-rw-r--r--dot_zshrc.tmpl2
3 files changed, 6 insertions, 6 deletions
diff --git a/dot_config/mimeapps.list b/dot_config/mimeapps.list
index cf6cc6f..2c17719 100644
--- a/dot_config/mimeapps.list
+++ b/dot_config/mimeapps.list
@@ -2,8 +2,8 @@
x-scheme-handler/spotify=sp.desktop
[Default Applications]
-application/pdf=org.gnome.Evince.desktop
-application/x-pdf=org.gnome.Evince.desktop
+application/pdf=org.gnome.Papers.desktop
+application/x-pdf=org.gnome.Papers.desktop
text/html=firefox.desktop
x-scheme-handler/http=firefox.desktop
x-scheme-handler/https=firefox.desktop
diff --git a/dot_mailcap b/dot_mailcap
index 908d198..ee1fad5 100644
--- a/dot_mailcap
+++ b/dot_mailcap
@@ -1,7 +1,7 @@
text/html; mutt_bgrun firefox %s; nametemplate=%s.html
text/html; w3m -T text/html -cols 80 -dump %s; nametemplate=%s.html; copiousoutput
-application/pdf; mutt_bgrun evince %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format
+application/pdf; mutt_bgrun papers %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format
application/x-pdf; mupdf %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format
-application/x-gzpdf; evince %s; nametemplate=%s.pdf.gz; test=test "$DISPLAY" != ""; description=Portable Document Format
-application/x-bzpdf; evince %s; nametemplate=%s.pdf.bz2; test=test "$DISPLAY" != ""; description=Portable Document Format
+application/x-gzpdf; papers %s; nametemplate=%s.pdf.gz; test=test "$DISPLAY" != ""; description=Portable Document Format
+application/x-bzpdf; papers %s; nametemplate=%s.pdf.bz2; test=test "$DISPLAY" != ""; description=Portable Document Format
audio/mpeg; mplayer %s; description=MPEG Audio
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
index 312ad0e..3ec6d8b 100644
--- a/dot_zshrc.tmpl
+++ b/dot_zshrc.tmpl
@@ -49,7 +49,7 @@ export MANWIDTH=80
export MANOPT="-L en"
export PAGER=less
export LESS=-FQXR
-export PDFVIEWER=evince
+export PDFVIEWER=papers
export BROWSER=firefox
export KRB5CCNAME=DIR:${HOME}/.cache/krb5cc # kerberos credentials cache
export GOPATH=${HOME}/.go