mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update manpage + readme.
This commit is contained in:
parent
7bf8d3de14
commit
04f39841c9
3 changed files with 10 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# subtitle: A window switcher, run dialog and dmenu replacement
|
# A window switcher, run dialog and dmenu replacement
|
||||||
|
|
||||||
A popup window switcher roughly based on [superswitcher](http://code.google.com/p/superswitcher/),
|
A popup window switcher roughly based on [superswitcher](http://code.google.com/p/superswitcher/),
|
||||||
requiring only xlib and pango.
|
requiring only xlib and pango.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## NAME
|
## NAME
|
||||||
|
|
||||||
rofi - A window switcher, run launcher, ssh dialog and dmenu replacement
|
**rofi** - A window switcher, run launcher, ssh dialog and dmenu replacement
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
|
|
||||||
|
@ -529,7 +529,7 @@ The following options are further explained in the theming section:
|
||||||
|
|
||||||
## PATTERN
|
## PATTERN
|
||||||
|
|
||||||
To launch commands (e.g. when using the ssh launcher) the user can enter the used commandline,
|
To launch commands (e.g. when using the ssh launcher) the user can enter the used command-line,
|
||||||
the following keys can be used that will be replaced at runtime:
|
the following keys can be used that will be replaced at runtime:
|
||||||
|
|
||||||
* `{host}`: The host to connect to.
|
* `{host}`: The host to connect to.
|
||||||
|
@ -688,6 +688,9 @@ Keybindings can be modified using the configuration systems.
|
||||||
|
|
||||||
Qball Cow <qball@gmpclient.org>
|
Qball Cow <qball@gmpclient.org>
|
||||||
|
|
||||||
|
Rasmus Steinke
|
||||||
|
|
||||||
Original code based on work by: Sean Pringle <sean.pringle@gmail.com>
|
Original code based on work by: Sean Pringle <sean.pringle@gmail.com>
|
||||||
|
|
||||||
For a full list of authors, check the AUTHORS file.
|
For a full list of authors, check the AUTHORS file.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.TH ROFI 1 rofi
|
.TH ROFI 1 rofi
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
rofi \- A window switcher, run launcher, ssh dialog and dmenu replacement
|
\fBrofi\fP \- A window switcher, run launcher, ssh dialog and dmenu replacement
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP
|
\fBrofi\fP
|
||||||
|
@ -690,7 +690,7 @@ simultaneous. This is useful when running **rofi** from a keybinding daemon.
|
||||||
Dump the current active configuration in Xresources format to the command\-line.
|
Dump the current active configuration in Xresources format to the command\-line.
|
||||||
.SH PATTERN
|
.SH PATTERN
|
||||||
.PP
|
.PP
|
||||||
To launch commands (e.g. when using the ssh launcher) the user can enter the used commandline,
|
To launch commands (e.g. when using the ssh launcher) the user can enter the used command\-line,
|
||||||
the following keys can be used that will be replaced at runtime:
|
the following keys can be used that will be replaced at runtime:
|
||||||
.RS
|
.RS
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
|
@ -913,6 +913,8 @@ Qball Cow
|
||||||
.MT qball@gmpclient.org
|
.MT qball@gmpclient.org
|
||||||
.ME
|
.ME
|
||||||
.PP
|
.PP
|
||||||
|
Rasmus Steinke
|
||||||
|
.PP
|
||||||
Original code based on work by: Sean Pringle
|
Original code based on work by: Sean Pringle
|
||||||
.MT sean.pringle@gmail.com
|
.MT sean.pringle@gmail.com
|
||||||
.ME
|
.ME
|
||||||
|
|
Loading…
Reference in a new issue