Compare commits
2 commits
48370d3f6c
...
25a20fa43c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25a20fa43c | ||
|
|
3b8189a53e |
2 changed files with 11 additions and 10 deletions
|
|
@ -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
18
mailcap
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue