1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Update manpage a bit

This commit is contained in:
Dave Davenport 2015-11-25 09:16:30 +01:00
parent 627643281d
commit b7ec4fa6fb
2 changed files with 85 additions and 15 deletions

View file

@ -48,7 +48,7 @@
[ -rnow ] [ -rnow ]
[ -snow ] [ -snow ]
[ -version ] [ -version ]
[ -help] [ -help ]
[ -dump-xresources ] [ -dump-xresources ]
[ -auto-select ] [ -auto-select ]
[ -parse-hosts ] [ -parse-hosts ]
@ -58,6 +58,7 @@
[ -fake-transparency ] [ -fake-transparency ]
[ -quiet ] [ -quiet ]
[ -glob ] [ -glob ]
[ -regex ]
[ -tokenize ] [ -tokenize ]
## DESCRIPTION ## DESCRIPTION
@ -136,6 +137,15 @@ Below is a list of the most important options:
### General ### General
`-help`
The help option shows the full list of commandline options and the current set value.
`-dump-xresources`
Dump the current active configuration in Xresources format to the command-line.
This does not validate all passed values (e.g. colors).
`-key-{mode}` **KEY** `-key-{mode}` **KEY**
Set the key combination to display a {mode} in daemon mode. Set the key combination to display a {mode} in daemon mode.
@ -338,6 +348,11 @@ Hide the scrollbar.
`-glob` `-glob`
Use glob style matching Use glob style matching
*Warning this option might be slow on large lists*
`-regex`
Use regex matching
`-tokenize` `-tokenize`
@ -623,10 +638,6 @@ simultaneously. This is useful when running **rofi** from a keybinding daemon.
### Debug ### Debug
`-dump-xresources`
Dump the current active configuration in Xresources format to the command-line.
This does not validate all passed values (e.g. colors).
`-no-config` `-no-config`
@ -725,7 +736,7 @@ The first two fields specify the alpha level. This determines the amount of tran
* `Ctrl-b, Left`: Back one character * `Ctrl-b, Left`: Back one character
* `Alt-b`: Back one word * `Alt-b`: Back one word
* `Ctrl-d, Delete`: Delete character * `Ctrl-d, Delete`: Delete character
* `Ctrl-Alt-d': Delete word * `Ctrl-Alt-d`: Delete word
* `Ctrl-h, Backspace`: Backspace (delete previous character) * `Ctrl-h, Backspace`: Backspace (delete previous character)
* `Ctrl-Alt-h`: Delete previous word * `Ctrl-Alt-h`: Delete previous word
* `Ctrl-j,Ctrl-m,Enter`: Accept entry * `Ctrl-j,Ctrl-m,Enter`: Accept entry
@ -749,6 +760,33 @@ The first two fields specify the alpha level. This determines the amount of tran
To get a full list of keybindings, see `rofi -dump-xresources | grep kb-`. To get a full list of keybindings, see `rofi -dump-xresources | grep kb-`.
Keybindings can be modified using the configuration systems. Keybindings can be modified using the configuration systems.
## Available Modi
### Window
Show a list of all the windows and allow switching between them.
### WindowCD
Shows a list of the windows on the current desktop and allows switching between them.
### Run
Shows a list of executables in **$PATH** and can launch them (optional in a terminal).
### DRun
Same as the **run** launches, but the list is created from the installed desktop files. It automatically launches them
in a terminal if specified in the Desktop File.
### SSH
Shows a list of SSH targets based on your ssh config file, and allows to quickly ssh into them.
### Script
Allows custom scripted Modi to be added.
## FAQ ## FAQ
`Text in window switcher is not nicely lined out` `Text in window switcher is not nicely lined out`

View file

@ -7,7 +7,7 @@
\fBrofi\fR \- A window switcher, run launcher, ssh dialog and dmenu replacement \fBrofi\fR \- A window switcher, run launcher, ssh dialog and dmenu replacement
. .
.SH "SYNOPSIS" .SH "SYNOPSIS"
\fBrofi\fR [ \-width \fIpct_scr\fR ] [ \-lines \fIlines\fR ] [ \-columns \fIcolumns\fR ] [ \-font \fIpangofont\fR ] [ \-fg \fIcolor\fR ] [ \-fg\-urgent \fIcolor\fR ] [ \-fg\-active \fIcolor\fR ] [ \-bg\-urgent \fIcolor\fR ] [ \-bg\-active \fIcolor\fR ] [ \-bg \fIcolor\fR ] [ \-bgalt \fIcolor\fR ] [ \-hlfg \fIcolor\fR ] [ \-hlbg \fIcolor\fR ] [ \-key\-\fBmode\fR \fIcombo\fR ] [ \-terminal \fIterminal\fR ] [ \-location \fIposition\fR ] [ \-fixed\-num\-lines ] [ \-padding \fIpadding\fR ] [ \-opacity \fIopacity%\fR ] [ \-display \fIdisplay\fR ] [ \-bc \fIcolor\fR ] [ \-bw \fIwidth\fR ] [ \-dmenu [ \-p \fIprompt\fR ] [ \-sep \fIseparator\fR ] [ \-l \fIselected line\fR ] [ \-mesg ] [ \-select ] ] [ \-filter \fIfilter\fR ] [ \-ssh\-client \fIclient\fR ] [ \-ssh\-command \fIcommand\fR ] [ \-disable\-history ] [ \-levenshtein\-sort ] [ \-case\-sensitive ] [ \-show \fImode\fR ] [ \-modi \fImode1,mode2\fR ] [ \-eh \fIelement height\fR ] [ \-lazy\-filter\-limit \fIlimit\fR ] [ \-e \fImessage\fR] [ \-a \fIrow\fR ] [ \-u \fIrow\fR ] [ \-pid \fIpath\fR ] [ \-now ] [ \-rnow ] [ \-snow ] [ \-version ] [ \-help] [ \-dump\-xresources ] [ \-auto\-select ] [ \-parse\-hosts ] [ \-no\-parse\-known\-hosts ] [ \-combi\-modi \fImode1,mode2\fR ] [ \-normal\-window ] [ \-fake\-transparency ] [ \-quiet ] [ \-glob ] [ \-tokenize ] \fBrofi\fR [ \-width \fIpct_scr\fR ] [ \-lines \fIlines\fR ] [ \-columns \fIcolumns\fR ] [ \-font \fIpangofont\fR ] [ \-fg \fIcolor\fR ] [ \-fg\-urgent \fIcolor\fR ] [ \-fg\-active \fIcolor\fR ] [ \-bg\-urgent \fIcolor\fR ] [ \-bg\-active \fIcolor\fR ] [ \-bg \fIcolor\fR ] [ \-bgalt \fIcolor\fR ] [ \-hlfg \fIcolor\fR ] [ \-hlbg \fIcolor\fR ] [ \-key\-\fBmode\fR \fIcombo\fR ] [ \-terminal \fIterminal\fR ] [ \-location \fIposition\fR ] [ \-fixed\-num\-lines ] [ \-padding \fIpadding\fR ] [ \-opacity \fIopacity%\fR ] [ \-display \fIdisplay\fR ] [ \-bc \fIcolor\fR ] [ \-bw \fIwidth\fR ] [ \-dmenu [ \-p \fIprompt\fR ] [ \-sep \fIseparator\fR ] [ \-l \fIselected line\fR ] [ \-mesg ] [ \-select ] ] [ \-filter \fIfilter\fR ] [ \-ssh\-client \fIclient\fR ] [ \-ssh\-command \fIcommand\fR ] [ \-disable\-history ] [ \-levenshtein\-sort ] [ \-case\-sensitive ] [ \-show \fImode\fR ] [ \-modi \fImode1,mode2\fR ] [ \-eh \fIelement height\fR ] [ \-lazy\-filter\-limit \fIlimit\fR ] [ \-e \fImessage\fR] [ \-a \fIrow\fR ] [ \-u \fIrow\fR ] [ \-pid \fIpath\fR ] [ \-now ] [ \-rnow ] [ \-snow ] [ \-version ] [ \-help ] [ \-dump\-xresources ] [ \-auto\-select ] [ \-parse\-hosts ] [ \-no\-parse\-known\-hosts ] [ \-combi\-modi \fImode1,mode2\fR ] [ \-normal\-window ] [ \-fake\-transparency ] [ \-quiet ] [ \-glob ] [ \-regex ] [ \-tokenize ]
. .
.SH "DESCRIPTION" .SH "DESCRIPTION"
\fBrofi\fR 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 filter, tokenized search and more\. \fBrofi\fR 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 filter, tokenized search and more\.
@ -150,6 +150,18 @@ to disable it:
Below is a list of the most important options: Below is a list of the most important options:
. .
.SS "General" .SS "General"
\fB\-help\fR
.
.P
The help option shows the full list of commandline options and the current set value\.
.
.P
\fB\-dump\-xresources\fR
.
.P
Dump the current active configuration in Xresources format to the command\-line\. This does not validate all passed values (e\.g\. colors)\.
.
.P
\fB\-key\-{mode}\fR \fBKEY\fR \fB\-key\-{mode}\fR \fBKEY\fR
. .
.P .P
@ -566,7 +578,13 @@ Hide the scrollbar\.
\fB\-glob\fR \fB\-glob\fR
. .
.P .P
Use glob style matching Use glob style matching \fIWarning this option might be slow on large lists\fR
.
.P
\fB\-regex\fR
.
.P
Use regex matching
. .
.P .P
\fB\-tokenize\fR \fB\-tokenize\fR
@ -1018,12 +1036,6 @@ Popup a message dialog (used internally for showing errors) with \fImessage\fR\.
Make \fBrofi\fR create a pid file and check this on startup\. Avoiding multiple copies running simultaneously\. This is useful when running \fBrofi\fR from a keybinding daemon\. Make \fBrofi\fR create a pid file and check this on startup\. Avoiding multiple copies running simultaneously\. This is useful when running \fBrofi\fR from a keybinding daemon\.
. .
.SS "Debug" .SS "Debug"
\fB\-dump\-xresources\fR
.
.P
Dump the current active configuration in Xresources format to the command\-line\. This does not validate all passed values (e\.g\. colors)\.
.
.P
\fB\-no\-config\fR \fB\-no\-config\fR
. .
.P .P
@ -1193,7 +1205,7 @@ The first two fields specify the alpha level\. This determines the amount of tra
\fBCtrl\-d, Delete\fR: Delete character \fBCtrl\-d, Delete\fR: Delete character
. .
.IP "\(bu" 4 .IP "\(bu" 4
`Ctrl\-Alt\-d\': Delete word \fBCtrl\-Alt\-d\fR: Delete word
. .
.IP "\(bu" 4 .IP "\(bu" 4
\fBCtrl\-h, Backspace\fR: Backspace (delete previous character) \fBCtrl\-h, Backspace\fR: Backspace (delete previous character)
@ -1257,6 +1269,26 @@ The first two fields specify the alpha level\. This determines the amount of tra
.P .P
To get a full list of keybindings, see \fBrofi \-dump\-xresources | grep kb\-\fR\. Keybindings can be modified using the configuration systems\. To get a full list of keybindings, see \fBrofi \-dump\-xresources | grep kb\-\fR\. Keybindings can be modified using the configuration systems\.
. .
.SH "Available Modi"
.
.SS "Window"
Show a list of all the windows and allow switching between them\.
.
.SS "WindowCD"
Shows a list of the windows on the current desktop and allows switching between them\.
.
.SS "Run"
Shows a list of executables in \fB$PATH\fR and can launch them (optional in a terminal)\.
.
.SS "DRun"
Same as the \fBrun\fR launches, but the list is created from the installed desktop files\. It automatically launches them in a terminal if specified in the Desktop File\.
.
.SS "SSH"
Shows a list of SSH targets based on your ssh config file, and allows to quickly ssh into them\.
.
.SS "Script"
Allows custom scripted Modi to be added\.
.
.SH "FAQ" .SH "FAQ"
\fBText in window switcher is not nicely lined out\fR \fBText in window switcher is not nicely lined out\fR
. .