1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Mention default config path

This commit is contained in:
Rasmus Steinke 2016-12-05 23:31:18 +01:00
parent 3f88ef0032
commit 4eb3aa4bd7

View file

@ -83,6 +83,7 @@ There are currently three methods of setting configuration options (evaluated in
This is the recommended way of configuring **rofi**. This is the recommended way of configuring **rofi**.
* Configuration File: This uses the same format as the Xresources file. * 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 overriden on commandline. By default it looks in `XDG_USER_CONFIG_DIR`/rofi/config, but can be overriden on commandline.
By default XDG_USER_CONFIG_DIR defaults to `$HOME/.config`.
* Command-line options: Arguments passed to **rofi**. * Command-line options: Arguments passed to **rofi**.
* System configuration file (f.e. /etc/rofi.conf). * System configuration file (f.e. /etc/rofi.conf).