diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-05 09:57:39 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-05 09:58:04 +0200 |
commit | 8c6fe0ad321a263ee56a3d6439d7b99630a1755c (patch) | |
tree | eba5aa148ea881d577f343995de2fdd042a76ad7 /docs | |
parent | ca51c9413b38ee4b65af7e95d5c81aecbda5aa2c (diff) | |
download | fiv-8c6fe0ad321a263ee56a3d6439d7b99630a1755c.tar.gz fiv-8c6fe0ad321a263ee56a3d6439d7b99630a1755c.tar.xz fiv-8c6fe0ad321a263ee56a3d6439d7b99630a1755c.zip |
Integrate dconf-editor
This is a more than adequate solution for now.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fiv.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/fiv.html b/docs/fiv.html index 75f712d..5a9b918 100644 --- a/docs/fiv.html +++ b/docs/fiv.html @@ -95,16 +95,16 @@ rm -rf ~/.cache/thumbnails/wide-* <h2>Configuration</h2> <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> +<i>dconf-editor</i>, which can be launched in the appropriate location from +within the application by pressing Ctrl+,. For command line usage, there is +the <i>gsettings</i> utility: <pre> gsettings list-recursively name.janouch.fiv </pre> +<p>To make your changes take effect, restart <i>fiv</i>. + <h3>Theming</h3> <p>The standard means to adjust the looks of the program is through GTK+ 3 CSS. |