diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-05-11 21:30:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-05-11 21:30:25 +0200 |
commit | 2a2330ada75bed8ee0344e699887ec11a6d4473c (patch) | |
tree | 9300617176ef56b68441a39d20f4d2d88ba1dbe4 | |
parent | 3c675a64a5842f0fe824a22bc9d3af025c1d17fe (diff) |
feh(1): Fix thumbnail path
-rw-r--r-- | man/feh.pre | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/feh.pre b/man/feh.pre index d2c2cea..810e27e 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -234,9 +234,13 @@ must be between 0 and 2048 MiB and defaults to 4. . .It Cm -P , --cache-thumbnails . -Enable thumbnail caching in -.Pa ~/.thumbnails . -Only works with thumbnails <= 256x256 pixels. +Enable thumbnail caching. +Thumbnails are saved in +.Pa $XDG_CACHE_HOME/thumbnails , +which defaults to +.Pa ~/.cache/thumbnails . +Note that thumbnails are only cached if the configured thumbnail size does +not exceed 256x256 pixels. . .It Cm -K , --caption-path Ar path . @@ -1807,8 +1811,7 @@ 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 ~/Pictures . -Same as above, but enable thumbnail caching in ~/.thumbnails and use a smaller -font. +Same as above, but enable thumbnail caching and use a smaller font. . .It feh -irFarial/14 -O index.jpg ~/Pictures . |