diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 14:25:14 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 19:05:27 +0200 |
commit | dcc5b6c719bec84fe90c64037fa9a69f53095c3f (patch) | |
tree | cc9b3e6831dc27a76d099caee2e5aa22f722860f /docs/fiv.html | |
parent | eca319e5e4aa76900721545531ea0d6545298143 (diff) | |
download | fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.tar.gz fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.tar.xz fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.zip |
Use GSettings for a new native window toggle
Also, redo desktop files handling.
Diffstat (limited to 'docs/fiv.html')
-rw-r--r-- | docs/fiv.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/fiv.html b/docs/fiv.html index 79bf8a6..ffa575d 100644 --- a/docs/fiv.html +++ b/docs/fiv.html @@ -94,6 +94,15 @@ 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> +gsettings list-recursively name.janouch.fiv +</pre> + +<h3>Theming</h3> + <p>The standard means to adjust the looks of the program is through GTK+ 3 CSS. As an example, to tightly pack browser items, put the following in your <i>~/.config/gtk-3.0/gtk.css</i>: |