summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-19 17:34:28 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-19 17:35:03 +0100
commit77f08c08d5cc492548b7637ca5b841f2c76474ce (patch)
tree07936b4b715036e3df64ff9c22ff61419b3a0507 /doc/rofi-manpage.markdown
parent1be52b7736264116b68a8d30a02afe082e344d47 (diff)
Add comment to manpage about getting example config file.
Diffstat (limited to 'doc/rofi-manpage.markdown')
-rw-r--r--doc/rofi-manpage.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index ffd49623..d876a349 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -91,6 +91,8 @@ There are currently three methods of setting configuration options (evaluated in
By default XDG_USER_CONFIG_DIR defaults to `$HOME/.config`. (See `rofi -h` for current location).
* Command-line options: Arguments passed to **rofi**.
+**TIP**: To get a template config file run: `rofi -dump-xresources > rofi-example.config`.
+
The Xresources file expects options starting with `rofi.` followed by it's name. An Example to set the number of lines:
rofi.lines: 10