mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Update manpage.
This commit is contained in:
parent
24aab4527e
commit
c90e240c90
2 changed files with 59 additions and 29 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## NAME
|
## NAME
|
||||||
|
|
||||||
rofi - A window switcher, run dialog and dmenu replacement
|
rofi - A window switcher, run launcher, ssh dialog and dmenu replacement
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
|
|
||||||
|
@ -56,13 +56,10 @@ rofi - A window switcher, run dialog and dmenu replacement
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
|
|
||||||
**rofi** is an X11 popup window switcher, run dialog, dmenu replacement and more. It focusses on
|
**rofi** is an X11 popup window switcher, run dialog, dmenu replacement and more. It focuses on
|
||||||
being fast to use and have minimal distraction. It supports keyboard and mouse navigation, type to
|
being fast to use and have minimal distraction. It supports keyboard and mouse navigation, type to
|
||||||
filter, tokenized search and more.
|
filter, tokenized search and more.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
MIT/X11
|
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
@ -529,11 +526,6 @@ The following options are further explained in the theming section:
|
||||||
|
|
||||||
Dump the current active configuration in xresources format to the command-line.
|
Dump the current active configuration in xresources format to the command-line.
|
||||||
|
|
||||||
## OPTIONS via XResources
|
|
||||||
|
|
||||||
Any of the above options can be specified via Xresources. Check `rofi -dump-xresources` for the
|
|
||||||
available options. As a general rule option: `-key-run *key*` can be set as `rofi.key-run: *key*`.
|
|
||||||
|
|
||||||
## 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 commandline,
|
||||||
|
@ -544,7 +536,7 @@ the following keys can be used that will be replaced at runtime:
|
||||||
* `{ssh-client}`: The configured ssh client (See -ssh-client)
|
* `{ssh-client}`: The configured ssh client (See -ssh-client)
|
||||||
* `{cmd}`: The command to execute.
|
* `{cmd}`: The command to execute.
|
||||||
|
|
||||||
## Dmenu replacemnt
|
## DMENU REPLACEMNT
|
||||||
|
|
||||||
If `argv[0]` (calling command) is dmenu, **rofi** will start in dmenu mode.
|
If `argv[0]` (calling command) is dmenu, **rofi** will start in dmenu mode.
|
||||||
This way it can be used as a drop-in replacement for dmenu. just copy or symlink **rofi** to dmenu in `$PATH`.
|
This way it can be used as a drop-in replacement for dmenu. just copy or symlink **rofi** to dmenu in `$PATH`.
|
||||||
|
@ -552,14 +544,14 @@ This way it can be used as a drop-in replacement for dmenu. just copy or symlink
|
||||||
|
|
||||||
ln -s /usr/bin/dmenu /usr/bin/rofi
|
ln -s /usr/bin/dmenu /usr/bin/rofi
|
||||||
|
|
||||||
## Signals
|
## SIGNALS
|
||||||
|
|
||||||
`HUP`
|
`HUP`
|
||||||
|
|
||||||
If in daemon mode, reload the configuration from Xresources. (commandline arguments still
|
If in daemon mode, reload the configuration from Xresources. (commandline arguments still
|
||||||
override xresources).
|
override xresources).
|
||||||
|
|
||||||
## Theming
|
## THEMING
|
||||||
|
|
||||||
With **rofi** 0.15.4 we have a new way of specifying colors, the old settings still apply (for now).
|
With **rofi** 0.15.4 we have a new way of specifying colors, the old settings still apply (for now).
|
||||||
To enable the new setup, set `rofi.color-enabled` to true. The new setup allows you to specify
|
To enable the new setup, set `rofi.color-enabled` to true. The new setup allows you to specify
|
||||||
|
@ -598,7 +590,7 @@ Same settings can also be specified on command-line:
|
||||||
rofi -color-normal "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5"
|
rofi -color-normal "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Colors
|
## COLORS
|
||||||
|
|
||||||
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
||||||
background of the window transparent but the text not. This way, in contrast to the `-opacity`
|
background of the window transparent but the text not. This way, in contrast to the `-opacity`
|
||||||
|
@ -614,7 +606,7 @@ background shining through. If you want a dark greenish transparent color use: '
|
||||||
can be done for any color; it is therefore possible to have solid borders, the selected row solid,
|
can be done for any color; it is therefore possible to have solid borders, the selected row solid,
|
||||||
and the others slightly transparent.
|
and the others slightly transparent.
|
||||||
|
|
||||||
## Keybindings
|
## KEYBINDINGS
|
||||||
|
|
||||||
**rofi** has the following key-bindings:
|
**rofi** has the following key-bindings:
|
||||||
|
|
||||||
|
@ -659,6 +651,29 @@ and the others slightly transparent.
|
||||||
|
|
||||||
Check quotes used on the commandline: e.g. used “ instead of ".
|
Check quotes used on the commandline: e.g. used “ instead of ".
|
||||||
|
|
||||||
|
## LICENSE
|
||||||
|
|
||||||
|
MIT/X11
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
## 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/)
|
||||||
|
|
43
doc/rofi.1
43
doc/rofi.1
|
@ -1,7 +1,7 @@
|
||||||
.TH ROFI 1 rofi
|
.TH ROFI 1 rofi
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
rofi \- A window switcher, run dialog and dmenu replacement
|
rofi \- A window switcher, run launcher, ssh dialog and dmenu replacement
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP
|
\fBrofi\fP
|
||||||
|
@ -53,12 +53,9 @@ rofi \- A window switcher, run dialog and dmenu replacement
|
||||||
[ \-quiet ]
|
[ \-quiet ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP is an X11 popup window switcher, run dialog, dmenu replacement and more. It focusses on
|
\fBrofi\fP is an X11 popup window switcher, run dialog, dmenu replacement and more. It focuses on
|
||||||
being fast to use and have minimal distraction. It supports keyboard and mouse navigation, type to
|
being fast to use and have minimal distraction. It supports keyboard and mouse navigation, type to
|
||||||
filter, tokenized search and more.
|
filter, tokenized search and more.
|
||||||
.SH License
|
|
||||||
.PP
|
|
||||||
MIT/X11
|
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP can be used in three ways, single\-shot; executes once and directly exits when done, as a
|
\fBrofi\fP can be used in three ways, single\-shot; executes once and directly exits when done, as a
|
||||||
|
@ -675,10 +672,6 @@ simultaneous. This is useful when running rofi from a keybinding daemon.
|
||||||
\fB\fC\-dump\-xresources\fR
|
\fB\fC\-dump\-xresources\fR
|
||||||
.IP
|
.IP
|
||||||
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 OPTIONS via XResources
|
|
||||||
.PP
|
|
||||||
Any of the above options can be specified via Xresources. Check \fB\fCrofi \-dump\-xresources\fR for the
|
|
||||||
available options. As a general rule option: \fB\fC\-key\-run *key*\fR can be set as \fB\fCrofi.key\-run: *key*\fR\&.
|
|
||||||
.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 commandline,
|
||||||
|
@ -693,7 +686,7 @@ the following keys can be used that will be replaced at runtime:
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
\fB\fC{cmd}\fR: The command to execute.
|
\fB\fC{cmd}\fR: The command to execute.
|
||||||
.RE
|
.RE
|
||||||
.SH Dmenu replacemnt
|
.SH DMENU REPLACEMNT
|
||||||
.PP
|
.PP
|
||||||
If \fB\fCargv[0]\fR (calling command) is dmenu, \fBrofi\fP will start in dmenu mode.
|
If \fB\fCargv[0]\fR (calling command) is dmenu, \fBrofi\fP will start in dmenu mode.
|
||||||
This way it can be used as a drop\-in replacement for dmenu. just copy or symlink \fBrofi\fP to dmenu in \fB\fC$PATH\fR\&.
|
This way it can be used as a drop\-in replacement for dmenu. just copy or symlink \fBrofi\fP to dmenu in \fB\fC$PATH\fR\&.
|
||||||
|
@ -703,7 +696,7 @@ This way it can be used as a drop\-in replacement for dmenu. just copy or symlin
|
||||||
ln \-s /usr/bin/dmenu /usr/bin/rofi
|
ln \-s /usr/bin/dmenu /usr/bin/rofi
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.SH Signals
|
.SH SIGNALS
|
||||||
.PP
|
.PP
|
||||||
\fB\fCHUP\fR
|
\fB\fCHUP\fR
|
||||||
.PP
|
.PP
|
||||||
|
@ -714,7 +707,7 @@ If in daemon mode, reload the configuration from Xresources. (commandline argume
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
override xresources).
|
override xresources).
|
||||||
.SH Theming
|
.SH THEMING
|
||||||
.PP
|
.PP
|
||||||
With \fBrofi\fP 0.15.4 we have a new way of specifying colors, the old settings still apply (for now).
|
With \fBrofi\fP 0.15.4 we have a new way of specifying colors, the old settings still apply (for now).
|
||||||
To enable the new setup, set \fB\fCrofi.color\-enabled\fR to true. The new setup allows you to specify
|
To enable the new setup, set \fB\fCrofi.color\-enabled\fR to true. The new setup allows you to specify
|
||||||
|
@ -766,7 +759,7 @@ Same settings can also be specified on command\-line:
|
||||||
rofi \-color\-normal "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5"
|
rofi \-color\-normal "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5"
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.SH Colors
|
.SH COLORS
|
||||||
.PP
|
.PP
|
||||||
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
Rofi has an experimental mode for a 'nicer' transparency. The idea is that you can make the
|
||||||
background of the window transparent but the text not. This way, in contrast to the \fB\fC\-opacity\fR
|
background of the window transparent but the text not. This way, in contrast to the \fB\fC\-opacity\fR
|
||||||
|
@ -781,7 +774,7 @@ the color (00 everything, FF nothing). E.g. 'argb:00FF0000' gives you a bright r
|
||||||
background shining through. If you want a dark greenish transparent color use: 'argb:dd2c3311'. This
|
background shining through. If you want a dark greenish transparent color use: 'argb:dd2c3311'. This
|
||||||
can be done for any color; it is therefore possible to have solid borders, the selected row solid,
|
can be done for any color; it is therefore possible to have solid borders, the selected row solid,
|
||||||
and the others slightly transparent.
|
and the others slightly transparent.
|
||||||
.SH Keybindings
|
.SH KEYBINDINGS
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP has the following key\-bindings:
|
\fBrofi\fP has the following key\-bindings:
|
||||||
.RS
|
.RS
|
||||||
|
@ -863,6 +856,28 @@ Try using a mono\-space font.
|
||||||
Check quotes used on the commandline: e.g. used “ instead of ".
|
Check quotes used on the commandline: e.g. used “ instead of ".
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
.SH LICENSE
|
||||||
|
.PP
|
||||||
|
MIT/X11
|
||||||
|
.PP
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
.PP
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
.PP
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
.SH WEBSITE
|
.SH WEBSITE
|
||||||
.PP
|
.PP
|
||||||
\fBrofi\fP website can be found at here
|
\fBrofi\fP website can be found at here
|
||||||
|
|
Loading…
Reference in a new issue