22 lines
847 B
Plaintext
22 lines
847 B
Plaintext
$OpenBSD: patch-man_feh_pre,v 1.21 2013/03/14 13:25:30 dcoppa Exp $
|
|
--- man/feh.pre.orig Thu Feb 14 12:53:26 2013
|
|
+++ man/feh.pre Thu Mar 14 13:45:54 2013
|
|
@@ -913,7 +913,7 @@ which
|
|
defaults to
|
|
.Pa ~/.config/feh/ .
|
|
If the files are not found in that directory, it will also try
|
|
-.Pa /etc/feh/ .
|
|
+.Pa ${SYSCONFDIR}/feh/ .
|
|
.Pp
|
|
All config files treat lines starting with a
|
|
.Qq #
|
|
@@ -1471,7 +1471,7 @@ order it finds them on the hard disk, which is usually
|
|
.
|
|
Show 128x128 pixel thumbnails, limit window width to 1024 pixels.
|
|
.
|
|
-.It feh -t -Sfilename -E 128 -y 128 -W 1024 -P -C /usr/share/fonts/truetype/ttf-dejavu/ -e DejaVuSans/8 /opt/images
|
|
+.It feh -t -Sfilename -E 128 -y 128 -W 1024 -P -C ${X11BASE}/lib/X11/fonts/TTF/ -e DejaVuSans/8 /opt/images
|
|
.
|
|
Same as above, but enable thumbnail caching in ~/.thumbnails and use a smaller
|
|
font.
|