summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-19 11:55:53 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-19 11:55:53 +0200
commite7554da627cbb1c459b19cf51b5d284f4548a9ce (patch)
tree54683677baeba0d5f313079737c42cf9854dd29f /doc
parent3a9c60804b0074f07b2165b3f2c1092459113440 (diff)
Parse XDG_CONFIG_DIRS for default configuration file.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi.13
-rw-r--r--doc/rofi.1.markdown3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 30d661dc..95fcace9 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -69,7 +69,8 @@ Markup support can be enabled, see CONFIGURATION options.
.PP
There are currently three methods of setting configuration options (evaluated in order below):
.IP \(bu 2
-System configuration file (for example \fB\fC/etc/rofi.rasi\fR or old format \fB\fC/etc/rofi.conf\fR).
+System configuration file (for example \fB\fC/etc/rofi.rasi\fR or old format \fB\fC/etc/rofi.conf\fR).
+It checks XDG\_CONFIG\_DIRS and SYSCONFDIR passed at compile time.
.IP \(bu 2
Xresources: A method of storing key values in the Xserver. See
here
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index f63e4206..78cff763 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -53,7 +53,8 @@ Markup support can be enabled, see CONFIGURATION options.
There are currently three methods of setting configuration options (evaluated in order below):
- * System configuration file (for example `/etc/rofi.rasi` or old format `/etc/rofi.conf`).
+ * System configuration file (for example `/etc/rofi.rasi` or old format `/etc/rofi.conf`).
+ It checks XDG_CONFIG_DIRS and SYSCONFDIR passed at compile time.
* 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.