aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-22 20:51:59 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-22 20:52:12 +0100
commite6ad6c63023c3be97aa6a60aa780365cb9c9b5ca (patch)
tree46dc93d3eeb1a22d60c0ef3b5c0dc42fcb051dbf /README.adoc
parentdd2a95bb9963cd5c29893b4e78d8c2b3ae38f9cf (diff)
downloadfiv-e6ad6c63023c3be97aa6a60aa780365cb9c9b5ca.tar.gz
fiv-e6ad6c63023c3be97aa6a60aa780365cb9c9b5ca.tar.xz
fiv-e6ad6c63023c3be97aa6a60aa780365cb9c9b5ca.zip
Update README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc8
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,