summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2013-01-08 20:55:02 +0100
committerBert Münnich <be.muennich@gmail.com>2013-01-12 23:40:16 +0100
commitb6a6c260e1876172c764c6eca3aae004026cd8aa (patch)
treea64e1f304ad34bfb1c8458bb5ffe2a2e8857634e /sxiv.1
parentd6a475e4b1c0d5025806c4a6e47c68e46a3c31d9 (diff)
downloadnsxiv-b6a6c260e1876172c764c6eca3aae004026cd8aa.tar.zst
Moved thumbnail cache to ~/.sxiv/cache/
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.111
1 files changed, 1 insertions, 10 deletions
diff --git a/sxiv.1 b/sxiv.1
index 2058190..b963a17 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -308,7 +308,7 @@ Pan image left.
Pan image right.
.SH THUMBNAIL CACHING
To enable thumbnail caching, please make sure to create the directory
-.I ~/.sxiv/
+.I ~/.sxiv/cache/
with write permissions. sxiv will then store all thumbnails inside this
directory, but it will not create this directory by itself. It rather uses the
existance of this directory as an affirmation, that the user wants thumbnails
@@ -321,15 +321,6 @@ Additionally, run the following command afterwards inside the cache directory
to remove empty subdirectories:
.P
.RS
-find \-type d \-empty \-delete
-.RE
-.P
-If the version of
-.I find
-installed on your local system does not support the \-delete option, then you
-can also try the following command:
-.P
-.RS
find . \-depth \-type d \-empty ! \-name '.' \-exec rmdir {} \\;
.RE
.SH AUTHOR