summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-22 22:14:15 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-22 22:14:15 +0200
commit044a26ffd66b15c7e236a82cea0b5c0366f18da3 (patch)
treea8c56fe47852ea35ba9a649a73aa458ec03d29ef /doc
parent2e0b973bcf84824e027c6b9e58cb159a00e000cb (diff)
Small update manpage.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi.13
-rw-r--r--doc/rofi.1.markdown1
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 774e8027..84df98fb 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -66,6 +66,9 @@ System configuration file (f\.e\. /etc/rofi\.conf)\.
Xresources: A method of storing key values in the Xserver\. See here \fIhttps://en\.wikipedia\.org/wiki/X_resources\fR for more information\.
.
.IP "\(bu" 4
+Rasi theme file: The new \fItheme\fR format can be used to set configuration values\.
+.
+.IP "\(bu" 4
Configuration File: This uses the same format as the Xresources file\. By default it looks in \fBXDG_USER_CONFIG_DIR\fR/rofi/config, but can be overridden on commandline\. By default XDG_USER_CONFIG_DIR defaults to \fB$HOME/\.config\fR\. (See \fBrofi \-h\fR for current location)\. This is the recommended way of configuring \fBrofi\fR\.
.
.IP "\(bu" 4
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index d6f04641..b6bf4dcd 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -58,6 +58,7 @@ There are currently three methods of setting configuration options (evaluated in
* System configuration file (f.e. /etc/rofi.conf).
* Xresources: A method of storing key values in the Xserver. See
[here](https://en.wikipedia.org/wiki/X_resources) for more information.
+ * Rasi theme file: The new *theme* format can be used to set configuration values.
* Configuration File: This uses the same format as the Xresources file.
By default it looks in `XDG_USER_CONFIG_DIR`/rofi/config, but can be overridden on commandline.
By default XDG_USER_CONFIG_DIR defaults to `$HOME/.config`. (See `rofi -h` for current location).