mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update doc, saying xresources is prefered method.
This commit is contained in:
parent
de190f249d
commit
6edb3771e3
3 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,7 @@ There are currently three methods of setting configuration options:
|
|||
* Compile time: edit config.c. This method is strongly discouraged.
|
||||
* Xresources: A method of storing key values in the Xserver. See
|
||||
[here](https://en.wikipedia.org/wiki/X_resources) for more information.
|
||||
This is the recommended way of configuring **rofi**.
|
||||
* Commandline options: Arguments passed to **rofi**.
|
||||
|
||||
The Xresources options and the commandline options are aliased. So to set option X you would set:
|
||||
|
|
|
@ -98,6 +98,7 @@ There are currently three methods of setting configuration options:
|
|||
* Compile time: edit config.c. This method is strongly discouraged.
|
||||
* Xresources: A method of storing key values in the Xserver. See
|
||||
[here](https://en.wikipedia.org/wiki/X_resources) for more information.
|
||||
This is the recommended way of configuring **rofi**.
|
||||
* Command-line options: Arguments passed to **rofi**.
|
||||
|
||||
The Xresources options and the command-line options are aliased. So to set option X you would set:
|
||||
|
|
|
@ -98,6 +98,7 @@ Compile time: edit config.c. This method is strongly discouraged.
|
|||
Xresources: A method of storing key values in the Xserver. See
|
||||
here
|
||||
\[la]https://en.wikipedia.org/wiki/X_resources\[ra] for more information.
|
||||
This is the recommended way of configuring \fBrofi\fP\&.
|
||||
.IP \(bu 2
|
||||
Command\-line options: Arguments passed to \fBrofi\fP\&.
|
||||
.RE
|
||||
|
|
Loading…
Reference in a new issue