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).