From 6edb3771e3e259725ddb3d8eae7b8d807c1e7848 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 2 Jun 2015 16:52:16 +0200 Subject: [PATCH] Update doc, saying xresources is prefered method. --- README.md | 1 + doc/rofi-manpage.markdown | 1 + doc/rofi.1 | 1 + 3 files changed, 3 insertions(+) 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