From 305a1ed995df92666e532b6fff3cb00bb6b9b63c Mon Sep 17 00:00:00 2001 From: Gabriel Holodak Date: Thu, 29 Oct 2015 19:23:41 -0400 Subject: [PATCH] Update README.md Add a reminder to reload your .Xresources file (Helps with https://github.com/DaveDavenport/rofi/issues/110, which tripped me up) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26842d6b..a1b81880 100644 --- a/README.md +++ b/README.md @@ -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: