mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add FAQ to manpage.
This commit is contained in:
parent
5d48004011
commit
7f7f3acafb
2 changed files with 23 additions and 4 deletions
|
@ -366,6 +366,12 @@ Rofi supports the following keybindings:
|
||||||
* `?`: Switch to the next modi. The list can be customized with the `-switchers` argument.
|
* `?`: Switch to the next modi. The list can be customized with the `-switchers` argument.
|
||||||
* `Ctrl-space`: Set selected item as input text.
|
* `Ctrl-space`: Set selected item as input text.
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
`Text in window switcher is not nicely lined out`
|
||||||
|
|
||||||
|
Try using a mono-space font.
|
||||||
|
|
||||||
## WEBSITE
|
## WEBSITE
|
||||||
|
|
||||||
**rofi** website can be found at [here](https://davedavenport.github.io/rofi/)
|
**rofi** website can be found at [here](https://davedavenport.github.io/rofi/)
|
||||||
|
|
21
doc/rofi.1
21
doc/rofi.1
|
@ -472,17 +472,30 @@ Rofi supports the following keybindings:
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
\fB\fCCtrl\-space\fR: Set selected item as input text.
|
\fB\fCCtrl\-space\fR: Set selected item as input text.
|
||||||
.RE
|
.RE
|
||||||
|
.SH FAQ
|
||||||
|
.PP
|
||||||
|
\fB\fCText in window switcher is not nicely lined out\fR
|
||||||
|
.PP
|
||||||
|
.RS
|
||||||
|
.nf
|
||||||
|
Try using a mono\-space font.
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
.SH WEBSITE
|
.SH WEBSITE
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP website can be found at here
|
\fBrofi\fP website can be found at here
|
||||||
\[la]https://davedavenport.github.io/rofi/\[ra]
|
.UR https://davedavenport.github.io/rofi/
|
||||||
|
.UE
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP bugtracker can be found here
|
\fBrofi\fP bugtracker can be found here
|
||||||
\[la]https://github.com/DaveDavenport/rofi/issues\[ra]
|
.UR https://github.com/DaveDavenport/rofi/issues
|
||||||
|
.UE
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.PP
|
.PP
|
||||||
Qball Cow
|
Qball Cow
|
||||||
\[la]qball@gmpclient.org\[ra]
|
.MT qball@gmpclient.org
|
||||||
|
.ME
|
||||||
.PP
|
.PP
|
||||||
Original code based on work by: Sean Pringle
|
Original code based on work by: Sean Pringle
|
||||||
\[la]sean.pringle@gmail.com\[ra]
|
.MT sean.pringle@gmail.com
|
||||||
|
.ME
|
||||||
|
|
Loading…
Reference in a new issue