summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2022-03-31 17:24:50 +0200
committerDave Davenport <qball@gmpclient.org>2022-03-31 17:24:50 +0200
commita97fa4a199bb6342b5890e48fef194a274a80616 (patch)
tree26f4e856f4b3a2d4af718fb71d5d2570492b114a /doc/rofi.1.markdown
parentd9490fddbe635a2c745a6247abe83051dcd2860b (diff)
[Doc] Highlight to use -dump-config as starting point in manpage.
issue: #1609
Diffstat (limited to 'doc/rofi.1.markdown')
-rw-r--r--doc/rofi.1.markdown23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index cb0536f9..16b3da94 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -60,6 +60,29 @@ To get a template config file, run: `rofi -dump-config > config.rasi`
This will contain (commented) all current configuration options, modified options are uncommented.
+To get a template config file that sets the icon-theme run: `rofi -icon-theme hicolor -dump-config`.
+
+It is **strongly** recommended to use this as a starting point for your configuration.
+
+An empty configuration section in the config file looks like:
+
+```css
+configuration {
+ // set config options here
+}
+```
+
+Most of the configuration options mentioned below (beside options like `-show`,
+`-dump-config` that apply to a single run) can be set here.
+
+For example to set the dpi value to 72:
+
+```css
+configuration {
+ dpi: 72;
+}
+```
+
The configuration system supports the following types:
* string