summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen <ben@bfoliver.com>2018-02-03 13:25:19 +0000
committerGitHub <noreply@github.com>2018-02-03 13:25:19 +0000
commit4df7bc4fec563e11308fb98c9823a6453597b02c (patch)
tree9c0748f129e89b03b6efd5762da229c830d82bc7
parentadc60e15637cac9145c09944910ae6a2d80d228d (diff)
Update README.md
I couldn't get the configuration file to work in `~/.local` but it did work in `~/.config`. This might be distro specific but I believe it is the norm now.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b164c24d..a80e71fa 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ For the full list of key bindings, see: `rofi -show keys` or `rofi -help`.
There are currently three methods of setting configuration options:
- * Local configuration. Normally, depending on XDG, in `~/.local/rofi/config`. This uses the Xresources format.
+ * Local configuration. Normally, depending on XDG, in `~/.config/rofi/config`. This uses the Xresources format.
* Xresources: A method of storing key values in the Xserver. See
[here](https://en.wikipedia.org/wiki/X_resources) for more information.
* Command line options: Arguments are passed to **Rofi**.