mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
parent
1915de7329
commit
2624cb9c9b
4 changed files with 21 additions and 7 deletions
|
@ -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`.
|
||||
|
|
|
@ -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
|
||||
|
|
16
doc/rofi.1
16
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
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue