Minor improvements for the user guide
This commit is contained in:
parent
ab70b30053
commit
6f83d1dceb
|
@ -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-*
|
||||
|
@ -97,6 +97,10 @@ rm -rf ~/.cache/thumbnails/wide-*
|
|||
<p>The few configuration options <i>fiv</i> has can be adjusted using
|
||||
<i>dconf-editor</i> or <i>gsettings</i>.
|
||||
|
||||
<pre>
|
||||
dconf-editor name.janouch.fiv
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
gsettings list-recursively name.janouch.fiv
|
||||
</pre>
|
||||
|
|
Loading…
Reference in New Issue