summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-11-06 23:39:14 +0100
committerDave Davenport <qball@gmpclient.org>2018-11-06 23:42:26 +0100
commit2624cb9c9b95d1064fae131748e8d86175728eaa (patch)
tree903a9a912334f0e40735b132426fdc76be8e4316
parent1915de732957ccfecd3f066d50fe7212e615bc4c (diff)
Update install instructions. Try to improve manpage.
Fixes: #871
-rw-r--r--INSTALL.md4
-rw-r--r--doc/rofi-theme-selector.12
-rw-r--r--doc/rofi.116
-rw-r--r--doc/rofi.1.markdown6
4 files changed, 21 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e59366af..8c363c75 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -16,6 +16,7 @@ Rofi uses autotools (GNU Build system), for more information see
* pkg-config
* flex 2.5.39 or higher
* bison
+* check (Can be disabled using the `--disable-check` configure flag)
* Developer packages of the external libraries
### External libraries
@@ -34,7 +35,8 @@ Rofi uses autotools (GNU Build system), for more information see
* libxcb (sometimes split, you need libxcb, libxcb-xkb and libxcb-randr libxcb-xinerama)
* xcb-util
* xcb-util-wm (sometimes split as libxcb-ewmh and libxcb-icccm)
-* xcb-util-xrm [new module, can be found here](https://github.com/Airblader/xcb-util-xrm/)
+* xcb-util-xrm [new module might not be available in your distribution. The source can be found
+ here](https://github.com/Airblader/xcb-util-xrm/)
On debian based systems, the developer packages are in the form of: `<package>-dev` on rpm based
`<package>-devel`.
diff --git a/doc/rofi-theme-selector.1 b/doc/rofi-theme-selector.1
index bb521458..6a9630c7 100644
--- a/doc/rofi-theme-selector.1
+++ b/doc/rofi-theme-selector.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI\-THEME\-SELECTOR" "1" "March 2018" "" ""
+.TH "ROFI\-THEME\-SELECTOR" "1" "May 2018" "" ""
.
.SH "NAME"
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR
diff --git a/doc/rofi.1 b/doc/rofi.1
index 29897485..e87d9c66 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI" "1" "October 2018" "" ""
+.TH "ROFI" "1" "November 2018" "" ""
.
.SH "NAME"
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
@@ -317,10 +317,20 @@ Load an alternative configuration file\.
Select the scrolling method\. 0: Per page, 1: continuous\.
.
.P
-\fB\-no\-show\-match\fR
+\fB\-[no\-]show\-match\fR
.
.P
-Hide the indicator that shows what part of the string is matched\.
+Show the indicator that shows what part of the string is matched\.
+.
+.IP "" 4
+.
+.nf
+
+Default: *true*
+.
+.fi
+.
+.IP "" 0
.
.P
\fB\-no\-lazy\-grab\fR
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index c76d243d..9dc176a4 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -179,9 +179,11 @@ Load an alternative configuration file.
Select the scrolling method. 0: Per page, 1: continuous.
-`-no-show-match`
+`-[no-]show-match`
-Hide the indicator that shows what part of the string is matched.
+Show the indicator that shows what part of the string is matched.
+
+ Default: *true*
`-no-lazy-grab`