mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Update README.md
Add a reminder to reload your .Xresources file (Helps with https://github.com/DaveDavenport/rofi/issues/110, which tripped me up)
This commit is contained in:
parent
0a07456120
commit
305a1ed995
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,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**.
|
||||
This is the recommended way of configuring **rofi**. Remember to load your changes with `xrdb -load ~/.Xresources`
|
||||
* Commandline options: Arguments passed to **rofi**.
|
||||
|
||||
The Xresources options and the commandline options are aliased. So to set option X you would set:
|
||||
|
|
Loading…
Reference in a new issue