From 2624cb9c9b95d1064fae131748e8d86175728eaa Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 6 Nov 2018 23:39:14 +0100 Subject: [PATCH] Update install instructions. Try to improve manpage. Fixes: #871 --- INSTALL.md | 4 +++- doc/rofi-theme-selector.1 | 2 +- doc/rofi.1 | 16 +++++++++++++--- doc/rofi.1.markdown | 6 ++++-- 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: `-dev` on rpm based `-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`