summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-06-02 16:52:16 +0200
committerDave Davenport <qball@gmpclient.org>2015-06-02 16:52:16 +0200
commit6edb3771e3e259725ddb3d8eae7b8d807c1e7848 (patch)
treeedf2452f949b12e1aaa4daa876df94d271059fc7
parentde190f249dce5e205a9ef4e8250ea24e06c10cc1 (diff)
Update doc, saying xresources is prefered method.
-rw-r--r--README.md1
-rw-r--r--doc/rofi-manpage.markdown1
-rw-r--r--doc/rofi.11
3 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb1bd273..799bd908 100644
--- a/README.md
+++ b/README.md
@@ -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:
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 373724e3..2deec9dd 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -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:
diff --git a/doc/rofi.1 b/doc/rofi.1
index 93a52e96..26763457 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -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