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.
|
* Compile time: edit config.c. This method is strongly discouraged.
|
||||||
* 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.
|
||||||
|
This is the recommended way of configuring **rofi**.
|
||||||
* Commandline options: Arguments passed to **rofi**.
|
* Commandline options: Arguments passed to **rofi**.
|
||||||
|
|
||||||
The Xresources options and the commandline options are aliased. So to set option X you would set:
|
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.
|
* Compile time: edit config.c. This method is strongly discouraged.
|
||||||
* 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.
|
||||||
|
This is the recommended way of configuring **rofi**.
|
||||||
* Command-line options: Arguments passed to **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:
|
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
|
Xresources: A method of storing key values in the Xserver. See
|
||||||
here
|
here
|
||||||
\[la]https://en.wikipedia.org/wiki/X_resources\[ra] for more information.
|
\[la]https://en.wikipedia.org/wiki/X_resources\[ra] for more information.
|
||||||
|
This is the recommended way of configuring \fBrofi\fP\&.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
Command\-line options: Arguments passed to \fBrofi\fP\&.
|
Command\-line options: Arguments passed to \fBrofi\fP\&.
|
||||||
.RE
|
.RE
|
||||||
|
|
Loading…
Reference in a new issue