Compare commits

...

2 commits

Author SHA1 Message Date
Bradley M. Kuhn
25a20fa43c 💀⚰️💔 Conkeror 2025-12-09 11:37:57 -08:00
Bradley M. Kuhn
3b8189a53e Switch from gqview to eog. 2025-12-09 11:37:16 -08:00
2 changed files with 11 additions and 10 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
# Conkeror is a deprecated program
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc

18
mailcap
View file

@ -1,10 +1,10 @@
image/gif; gqview '%s'; test=test -n "$DISPLAY" ; description=GIF Image; nametemplate=%s.gif
image/jpeg; gqview '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg
image/png; gqview '%s'; test=test -n "$DISPLAY" ; description=PNG Image; nametemplate=%s.png
image/tiff; gqview '%s'; test=test -n "$DISPLAY" ; description=TIFF Image; nametemplate=%s.tiff
image/x-portable-anymap; gqview '%s'; test=test -n "$DISPLAY" ; description=PNM Image; nametemplate=%s.pnm
image/targa; gqview '%s'; test=test -n "$DISPLAY" ; description=TGA Image; nametemplate=%s.tga
image/x-ms-bmp; gqview '%s'; test=test -n "$DISPLAY" ; description=BMP Image; nametemplate=%s.bmp
image/x-xpixmap; gqview '%s'; test=test -n "$DISPLAY" ; description=XPM Image; nametemplate=%s.xpm
image/pjpeg; gqview '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg
image/gif; eog '%s'; test=test -n "$DISPLAY" ; description=GIF Image; nametemplate=%s.gif
image/jpeg; eog '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg
image/png; eog '%s'; test=test -n "$DISPLAY" ; description=PNG Image; nametemplate=%s.png
image/tiff; eog '%s'; test=test -n "$DISPLAY" ; description=TIFF Image; nametemplate=%s.tiff
image/x-portable-anymap; eog '%s'; test=test -n "$DISPLAY" ; description=PNM Image; nametemplate=%s.pnm
image/targa; eog '%s'; test=test -n "$DISPLAY" ; description=TGA Image; nametemplate=%s.tga
image/x-ms-bmp; eog '%s'; test=test -n "$DISPLAY" ; description=BMP Image; nametemplate=%s.bmp
image/x-xpixmap; eog '%s'; test=test -n "$DISPLAY" ; description=XPM Image; nametemplate=%s.xpm
image/pjpeg; eog '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg