diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-31 05:47:39 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-01 02:38:30 +0200 | 
| commit | 6f83d1dcebddc6bc3a80fb1148081ff1a1f61177 (patch) | |
| tree | 6eaef445d6003063c0a034ba1d84749ff44dc73a | |
| parent | ab70b30053c524735df75fc881b01accde1cd4f7 (diff) | |
| download | fiv-6f83d1dcebddc6bc3a80fb1148081ff1a1f61177.tar.gz fiv-6f83d1dcebddc6bc3a80fb1148081ff1a1f61177.tar.xz fiv-6f83d1dcebddc6bc3a80fb1148081ff1a1f61177.zip  | |
Minor improvements for the user guide
| -rw-r--r-- | docs/fiv.html | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/fiv.html b/docs/fiv.html index ffa575d..75f712d 100644 --- a/docs/fiv.html +++ b/docs/fiv.html @@ -17,7 +17,7 @@ q:lang(en):after { content: "’"; }  <span id="author">Přemysl Eric Janouch</span><br>  <span id="email"><a href="mailto:p@janouch.name">p@janouch.name</a></span><br>  <span id="revnumber">version 0.0.0,</span> -<span id="revdate">2022-01-25</span> +<span id="revdate">2022-07-31</span>  <p class="figure"><img src="fiv.webp" alt="fiv's browser and viewer"> @@ -85,8 +85,8 @@ invalidate this cache automatically. Should you find out that your  fiv --invalidate-cache  </pre> -<p>to trim it down. Alternatively, if you want to get rid of _all_ thumbnails, -even for existing images: +<p>to trim it down. Alternatively, if you want to get rid of <i>all</i> +thumbnails, even for existing images:  <pre>  rm -rf ~/.cache/thumbnails/wide-* @@ -98,6 +98,10 @@ rm -rf ~/.cache/thumbnails/wide-*  <i>dconf-editor</i> or <i>gsettings</i>.  <pre> +dconf-editor name.janouch.fiv +</pre> + +<pre>  gsettings list-recursively name.janouch.fiv  </pre>  | 
