mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Clearify system configuration file loading process.
This commit is contained in:
parent
e7554da627
commit
4689e6ee6d
2 changed files with 4 additions and 2 deletions
|
@ -70,7 +70,8 @@ Markup support can be enabled, see CONFIGURATION options.
|
||||||
There are currently three methods of setting configuration options (evaluated in order below):
|
There are currently three methods of setting configuration options (evaluated in order below):
|
||||||
.IP \(bu 2
|
.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.
|
It first checks XDG\_CONFIG\_DIRS and then SYSCONFDIR (that is passed at compile time).
|
||||||
|
It loads the first config file it finds, it does not merge multiple system configuration files.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
Xresources: A method of storing key values in the Xserver. See
|
Xresources: A method of storing key values in the Xserver. See
|
||||||
here
|
here
|
||||||
|
|
|
@ -54,7 +54,8 @@ Markup support can be enabled, see CONFIGURATION options.
|
||||||
There are currently three methods of setting configuration options (evaluated in order below):
|
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.
|
It first checks XDG_CONFIG_DIRS and then SYSCONFDIR (that is passed at compile time).
|
||||||
|
It loads the first config file it finds, it does not merge multiple system configuration files.
|
||||||
* Xresources: A method of storing key values in the Xserver. See
|
* Xresources: A method of storing key values in the Xserver. See
|
||||||
[here](https://en.wikipedia.org/wiki/X_resources) for more information.
|
[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.
|
* Rasi theme file: The new *theme* format can be used to set configuration values.
|
||||||
|
|
Loading…
Reference in a new issue