diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-22 20:51:59 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-22 20:52:12 +0100 |
commit | e6ad6c63023c3be97aa6a60aa780365cb9c9b5ca (patch) | |
tree | 46dc93d3eeb1a22d60c0ef3b5c0dc42fcb051dbf | |
parent | dd2a95bb9963cd5c29893b4e78d8c2b3ae38f9cf (diff) | |
download | fiv-e6ad6c63023c3be97aa6a60aa780365cb9c9b5ca.tar.gz fiv-e6ad6c63023c3be97aa6a60aa780365cb9c9b5ca.tar.xz fiv-e6ad6c63023c3be97aa6a60aa780365cb9c9b5ca.zip |
Update README
-rw-r--r-- | README.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index ffc894f..50b4898 100644 --- a/README.adoc +++ b/README.adoc @@ -36,6 +36,14 @@ To install the application, you can do: # meson install +Configuration +------------- +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 +_~/.config/gtk-3.0/gtk.css_: + + fastiv-browser { -FastivBrowser-spacing: 0; padding: 0; border: 0; margin: 0; } + Contributing and Support ------------------------ Use https://git.janouch.name/p/fastiv to report any bugs, request features, |