summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-01-19 15:49:23 +0100
committerDave Davenport <qball@gmpclient.org>2015-01-19 15:49:23 +0100
commitd3cd99fddd3c8dbbce143b61bed8f5cd57ad7ea5 (patch)
treeaa6fccba0990054135213f2e17c2c7af0338b5fc
parentf828c70399fb820ad52736f0356e186c583169d3 (diff)
Update manpage to be a bit more consistent.
-rw-r--r--doc/rofi-manpage.markdown190
-rw-r--r--doc/rofi.1216
2 files changed, 279 insertions, 127 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index f9f2b73e..b656dc71 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -6,20 +6,51 @@ rofi - A window switcher, run dialog and dmenu replacement
## SYNOPSIS
-**rofi** [ -width *pct_scr* ] [ -lines *lines* ] [ -columns *columns* ] [ -font *pangofont* ] [ -fg
-*color* ] [ -bg *color* ] [ -bgalt *color* ] [ -hlfg *color* ] [ -hlbg *color* ] [ -key *combo* ] [
--dkey *comdo* ] [ -rkey *comdo* ] [ -terminal *terminal* ] [ -location *position* ] [ -hmode ] [
--fixed-num-lines ] [ -padding *padding* ] [ -opacity *opacity%* ] [ -display *display* ] [ -bc
-*color* ] [ -bw *width* ] [ -dmenu [ -p *prompt* ] ] [ -ssh-client *client* ] [ -ssh-command
-*command* ] [ -now ] [ -rnow ] [ -snow ] [ -version ] [ -help] [ -dump-xresources ] [
--disable-history ] [ -levenshtein-sort ] [ -case-sensitive ] [ -show *mode* ] [ -switcher *mode1,
-mode2* ] [ -e *message*] [ -sep *separator* ] [ -eh *element height* ] [ -l *selected line* ] [
--run-list-command *cmd* ] [ -lazy-filter-limit *limit* ]
+**rofi**
+[ -width *pct_scr* ]
+[ -lines *lines* ]
+[ -columns *columns* ]
+[ -font *pangofont* ]
+[ -fg *color* ]
+[ -bg *color* ]
+[ -bgalt *color* ]
+[ -hlfg *color* ]
+[ -hlbg *color* ]
+[ -key *combo* ]
+[ -dkey *comdo* ]
+[ -rkey *comdo* ]
+[ -terminal *terminal* ]
+[ -location *position* ]
+[ -hmode ]
+[ -fixed-num-lines ]
+[ -padding *padding* ]
+[ -opacity *opacity%* ]
+[ -display *display* ]
+[ -bc *color* ]
+[ -bw *width* ]
+[ -dmenu [ -p *prompt* ] [ -sep *separator* ] [ -l *selected line* ] ]
+[ -ssh-client *client* ]
+[ -ssh-command *command* ]
+[ -disable-history ]
+[ -levenshtein-sort ]
+[ -case-sensitive ]
+[ -show *mode* ]
+[ -switcher *mode1,mode2* ]
+[ -eh *element height* ]
+[ -lazy-filter-limit *limit* ]
+[ -e *message*]
+[ -now ]
+[ -rnow ]
+[ -snow ]
+[ -version ]
+[ -help]
+[ -dump-xresources ]
## DESCRIPTION
-**rofi** is an X11 popup window switcher. A list is displayed center-screen showing open window titles, WM_CLASS, and desktop number.
-The user may filter the list by typing, navigate with Up/Down or Tab keys, and select a window with Return (Enter). Escape cancels.
+**rofi** is an X11 popup window switcher, run dialog, dmenu replacement and more. It focusses on
+being fast to use and have minimal distraction. It supports keyboard and mouse navigation, type to
+filter, tokenized search and more.
## License
@@ -42,39 +73,45 @@ The default key combinations are:
* `mod1-F3`
- Show run-dialog.
+ Show ssh-dialog.
## OPTIONS
+
`-key`
- Change the key combination to display all windows (default: F12).
+ Change the key combination to display all windows.
+
rofi -key F12
rofi -key control+shift+s
rofi -key mod1+Tab
+ Default: *F12*
+
`-rkey`
- Change the key combination to display the run dialog (default: mod1-F2).
+ Change the key combination to display the run dialog.
rofi -rkey F11
rofi -rkey control+shift+d
rofi -rkey mod1+grave (grave=backtick)
+ Default: *Alt-F2*
`-skey`
- Change the key combination to display the ssh dialog (default: Alt-F3).
+ Change the key combination to display the ssh dialog.
rofi -skey F10
rofi -skey control+shift+s
rofi -skey mod1+grave (grave=backtick)
+ Default: *Alt-F3*
`-now`
@@ -124,64 +161,75 @@ The default key combinations are:
Start in case sensitive mode.
-### Theming
+
+### Theming
`-bg`
- Set the background text color (X11 named color or hex #rrggbb) for the menu (default: #222222).
+ Set the background text color (X11 named color or hex #rrggbb) for the menu.
rofi -bg "#222222"
-`-bg`
+ Default: *#f2f1f0*
- Set the background text color for alternating rows (X11 named color or hex #rrggbb) for the menu
- (default: #222222).
+`-bgalt`
+
+ Set the background text color for alternating rows (X11 named color or hex #rrggbb) for the menu.
rofi -bgalt "#222222"
+ Default: *#f2f1f0*
+
`-bc`
- Set the border color (X11 named color or hex #rrggbb) for the menu (default: #000000).
+ Set the border color (X11 named color or hex #rrggbb) for the menu.
rofi -bc black
+ Default: *black*
`-bw`
- Set the border width in pixels (default: 1).
+ Set the border width in pixels.
rofi -bw 1
+ Default: *1*
`-fg`
- Set the foreground text color (X11 named color or hex #rrggbb) for the menu (default: #cccccc).
+ Set the foreground text color (X11 named color or hex #rrggbb) for the menu.
rofi -fg "#cccccc"
-`-font`
-
- Pango font name for use by the menu (default: mono 14).
-
-
- rofi -font monospace\ 14
-
+ Default: *#222222*
`-hlbg`
Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the
- menu (default: #005577).
+ menu.
rofi -fg "#005577"
+ Default: *#005577*
`-hlfg`
Set the foreground text color (X11 named color or hex #rrggbb) for the highlighted item in the
- menu (default: #ffffff).
+ menu.
rofi -fg "#ffffff"
+ Default: *#FFFFFF*
+
+`-font`
+
+ Pango font name for use by the menu.
+
+
+ rofi -font monospace\ 14
+
+ Default: *mono 12*
`-opacity`
@@ -189,23 +237,37 @@ The default key combinations are:
rofi -opacity "75"
+ Default: *100*
+
+`-eh` *element height*
+
+ The height of a field in lines. e.g.
+
+ echo -e "a\n3|b\n4|c\n5" | rofi -sep '|' -eh 2 -dmenu
+
+ Default: *1*
+
### Layout
`-lines`
- Maximum number of lines the menu may show before scrolling (default: 25).
+ Maximum number of lines the menu may show before scrolling.
rofi -lines 25
+ Default: *15*
+
`-columns`
- The number of columns the menu may show before scrolling (default: 25).
+ The number of columns the menu may show before scrolling.
rofi -columns 2
+ Default: *1*
+
`-width` [value]
- Set the width of the menu as a percentage of the screen width (default: 60).
+ Set the width of the menu as a percentage of the screen width.
rofi -width 60
@@ -219,6 +281,8 @@ The default key combinations are:
Character width is a rough estimation, and might not be correct, but should work for most monospaced fonts.
+ Default: *50*
+
`-location`
Specify where the window should be located. The numbers map to the following location on the
@@ -228,6 +292,8 @@ The default key combinations are:
8 0 4
7 6 5
+ Default: *0*
+
`-hmode`
Switch to horizontal mode (ala dmenu). The number of elements is the number of `lines` times the
@@ -239,12 +305,14 @@ The default key combinations are:
`-padding`
- Define the inner margin of the window. Default is 5 pixels.
+ Define the inner margin of the window.
To make rofi look like dmenu:
rofi -hmode -padding 0
+ Default: *5*
+
`-sidebar-mode`
Go into side-bar mode, it will show list of modi at the bottom.
@@ -256,51 +324,60 @@ The default key combinations are:
The number of entries required for Rofi to go into lazy filter mode.
In lazy filter mode, it won't refilter the list on each keypress, but only after rofi been idle
- for 250ms. Default is 5000 lines, set to 0 to always enable.
+ for 250ms. Experiments shows that the default (5000 lines) works well, set to 0 to always enable.
-### Pattern setting
+ Default: *5000*
+
+### PATTERN setting
`-terminal`
- Specify what terminal to start (default x-terminal-emulator)
+ Specify what terminal to start.
rofi -terminal xterm
-`-ssh-client` *client*
-
- Override the used ssh client. Default is `ssh`.
+ Pattern: *{terminal}*
+ Default: *x-terminal-emulator*
+`-ssh-client` *client*
-### SSH settings
+ Override the used ssh client.
-`-ssh-set-title` *true|false*
+ Pattern: *{ssh-client}*
+ Default: *ssh*
- SSH dialogs tries to set 'ssh hostname' of the spawned terminal.
- Not all terminals support this.
- Default value is true.
- *This command has been deprecated for the ssh-command string*
+### SSH settings
`-ssh-command` *cmd*
Set the command to execute when starting a ssh session.
+ The pattern *{host}* is replaced by the selected ssh entry.
+
+ Default: *{terminal} -e {ssh-client} {host}*
### Run settings
`-run-command` *cmd*
- Set the command to execute when running an application.
+ Set the command (*{cmd}*) to execute when running an application.
See *PATTERN*.
+ Default: *{cmd}*
+
`-run-shell-command` *cmd*
Set the command to execute when running an application in a shell.
See *PATTERN*.
+ Default: *{terminal} -e {cmd}*
+
`-run-list-command` *cmd*
If set, use an external tool to generate list of executable commands. Uses 'run-command'
+ Default: *""*
+
### History and Sorting
`-disable-history`
@@ -327,16 +404,14 @@ The default key combinations are:
echo "a|b|c|d|e" | rofi -sep '|' -dmenu -p "monkey:"
-`-eh` *element height*
-
- The height of a field in lines. e.g.
-
- echo -e "a\n3|b\n4|c\n5" | rofi -sep '|' -eh 2 -dmenu
+ Default: *dmenu*
`-l` *selected line*
Select a certain line.
+ Default: *0*
+
### Message dialog
`-e` *message*
@@ -350,9 +425,9 @@ The default key combinations are:
Dump the current active configuration in xresources format to the command-line.
-## Pattern
+## PATTERN
-To launch commands (e.g. when using the ssh dialog) the user can enter the used commandline,
+To launch commands (e.g. when using the ssh dialog) the user can enter the used commandline,
the following keys can be used that will be replaced at runtime:
* `{host}`: The host to connect to.
@@ -372,7 +447,8 @@ This way it can be used as a drop-in replacement for dmenu. just copy or symlink
`HUP`
- If in daemon mode, reload the configuration from Xresources. (arguments still override).
+ If in daemon mode, reload the configuration from Xresources. (commandline arguments still
+override xresources).
## Keybindings
diff --git a/doc/rofi.1 b/doc/rofi.1
index 75fd9e9a..8425570f 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -4,19 +4,50 @@
rofi \- A window switcher, run dialog and dmenu replacement
.SH SYNOPSIS
.PP
-\fBrofi\fP [ \-width \fIpct_scr\fP ] [ \-lines \fIlines\fP ] [ \-columns \fIcolumns\fP ] [ \-font \fIpangofont\fP ] [ \-fg
-\fIcolor\fP ] [ \-bg \fIcolor\fP ] [ \-bgalt \fIcolor\fP ] [ \-hlfg \fIcolor\fP ] [ \-hlbg \fIcolor\fP ] [ \-key \fIcombo\fP ] [
-\-dkey \fIcomdo\fP ] [ \-rkey \fIcomdo\fP ] [ \-terminal \fIterminal\fP ] [ \-location \fIposition\fP ] [ \-hmode ] [
-\-fixed\-num\-lines ] [ \-padding \fIpadding\fP ] [ \-opacity \fIopacity%\fP ] [ \-display \fIdisplay\fP ] [ \-bc
-\fIcolor\fP ] [ \-bw \fIwidth\fP ] [ \-dmenu [ \-p \fIprompt\fP ] ] [ \-ssh\-client \fIclient\fP ] [ \-ssh\-command
-\fIcommand\fP ] [ \-now ] [ \-rnow ] [ \-snow ] [ \-version ] [ \-help] [ \-dump\-xresources ] [
-\-disable\-history ] [ \-levenshtein\-sort ] [ \-case\-sensitive ] [ \-show \fImode\fP ] [ \-switcher \fImode1,
-mode2\fP ] [ \-e \fImessage\fP] [ \-sep \fIseparator\fP ] [ \-eh \fIelement height\fP ] [ \-l \fIselected line\fP ] [
-\-run\-list\-command \fIcmd\fP ] [ \-lazy\-filter\-limit \fIlimit\fP ]
+\fBrofi\fP
+[ \-width \fIpct_scr\fP ]
+[ \-lines \fIlines\fP ]
+[ \-columns \fIcolumns\fP ]
+[ \-font \fIpangofont\fP ]
+[ \-fg \fIcolor\fP ]
+[ \-bg \fIcolor\fP ]
+[ \-bgalt \fIcolor\fP ]
+[ \-hlfg \fIcolor\fP ]
+[ \-hlbg \fIcolor\fP ]
+[ \-key \fIcombo\fP ]
+[ \-dkey \fIcomdo\fP ]
+[ \-rkey \fIcomdo\fP ]
+[ \-terminal \fIterminal\fP ]
+[ \-location \fIposition\fP ]
+[ \-hmode ]
+[ \-fixed\-num\-lines ]
+[ \-padding \fIpadding\fP ]
+[ \-opacity \fIopacity%\fP ]
+[ \-display \fIdisplay\fP ]
+[ \-bc \fIcolor\fP ]
+[ \-bw \fIwidth\fP ]
+[ \-dmenu [ \-p \fIprompt\fP ] [ \-sep \fIseparator\fP ] [ \-l \fIselected line\fP ] ]
+[ \-ssh\-client \fIclient\fP ]
+[ \-ssh\-command \fIcommand\fP ]
+[ \-disable\-history ]
+[ \-levenshtein\-sort ]
+[ \-case\-sensitive ]
+[ \-show \fImode\fP ]
+[ \-switcher \fImode1,mode2\fP ]
+[ \-eh \fIelement height\fP ]
+[ \-lazy\-filter\-limit \fIlimit\fP ]
+[ \-e \fImessage\fP]
+[ \-now ]
+[ \-rnow ]
+[ \-snow ]
+[ \-version ]
+[ \-help]
+[ \-dump\-xresources ]
.SH DESCRIPTION
.PP
-\fBrofi\fP is an X11 popup window switcher. A list is displayed center\-screen showing open window titles, WM_CLASS, and desktop number.
-The user may filter the list by typing, navigate with Up/Down or Tab keys, and select a window with Return (Enter). Escape cancels.
+\fBrofi\fP is an X11 popup window switcher, run dialog, dmenu replacement and more. It focusses on
+being fast to use and have minimal distraction. It supports keyboard and mouse navigation, type to
+filter, tokenized search and more.
.SH License
.PP
MIT/X11
@@ -43,12 +74,12 @@ The default key combinations are:
\fB\fCmod1\-F3\fR
.RE
.PP
- Show run\-dialog.
+ Show ssh\-dialog.
.SH OPTIONS
.PP
\fB\fC\-key\fR
.IP
-Change the key combination to display all windows (default: F12).
+Change the key combination to display all windows.
.PP
.RS
.nf
@@ -57,10 +88,12 @@ Change the key combination to display all windows (default: F12).
rofi \-key mod1+Tab
.fi
.RE
+.IP
+Default: \fIF12\fP
.PP
\fB\fC\-rkey\fR
.IP
-Change the key combination to display the run dialog (default: mod1\-F2).
+Change the key combination to display the run dialog.
.PP
.RS
.nf
@@ -69,10 +102,12 @@ Change the key combination to display the run dialog (default: mod1\-F2).
rofi \-rkey mod1+grave (grave=backtick)
.fi
.RE
+.IP
+Default: \fIAlt\-F2\fP
.PP
\fB\fC\-skey\fR
.IP
-Change the key combination to display the ssh dialog (default: Alt\-F3).
+Change the key combination to display the ssh dialog.
.PP
.RS
.nf
@@ -81,6 +116,8 @@ Change the key combination to display the ssh dialog (default: Alt\-F3).
rofi \-skey mod1+grave (grave=backtick)
.fi
.RE
+.IP
+Default: \fIAlt\-F3\fP
.PP
\fB\fC\-now\fR
.IP
@@ -149,86 +186,101 @@ Start in case sensitive mode.
.PP
\fB\fC\-bg\fR
.IP
-Set the background text color (X11 named color or hex #rrggbb) for the menu (default: #222222).
+Set the background text color (X11 named color or hex #rrggbb) for the menu.
.PP
.RS
.nf
rofi \-bg "#222222"
.fi
.RE
+.IP
+Default: \fI#f2f1f0\fP
.PP
-\fB\fC\-bg\fR
+\fB\fC\-bgalt\fR
.IP
-Set the background text color for alternating rows (X11 named color or hex #rrggbb) for the menu
-(default: #222222).
+Set the background text color for alternating rows (X11 named color or hex #rrggbb) for the menu.
.PP
.RS
.nf
rofi \-bgalt "#222222"
.fi
.RE
+.IP
+Default: \fI#f2f1f0\fP
.PP
\fB\fC\-bc\fR
.IP
-Set the border color (X11 named color or hex #rrggbb) for the menu (default: #000000).
+Set the border color (X11 named color or hex #rrggbb) for the menu.
.PP
.RS
.nf
rofi \-bc black
.fi
.RE
+.IP
+Default: \fIblack\fP
.PP
\fB\fC\-bw\fR
.IP
-Set the border width in pixels (default: 1).
+Set the border width in pixels.
.PP
.RS
.nf
rofi \-bw 1
.fi
.RE
+.IP
+Default: \fI1\fP
.PP
\fB\fC\-fg\fR
.IP
-Set the foreground text color (X11 named color or hex #rrggbb) for the menu (default: #cccccc).
+Set the foreground text color (X11 named color or hex #rrggbb) for the menu.
.PP
.RS
.nf
rofi \-fg "#cccccc"
.fi
.RE
-.PP
-\fB\fC\-font\fR
.IP
-Pango font name for use by the menu (default: mono 14).
-.PP
-.RS
-.nf
- rofi \-font monospace\\ 14
-.fi
-.RE
+Default: \fI#222222\fP
.PP
\fB\fC\-hlbg\fR
.IP
Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the
-menu (default: #005577).
+menu.
.PP
.RS
.nf
rofi \-fg "#005577"
.fi
.RE
+.IP
+Default: \fI#005577\fP
.PP
\fB\fC\-hlfg\fR
.IP
Set the foreground text color (X11 named color or hex #rrggbb) for the highlighted item in the
-menu (default: #ffffff).
+menu.
.PP
.RS
.nf
rofi \-fg "#ffffff"
.fi
.RE
+.IP
+Default: \fI#FFFFFF\fP
+.PP
+\fB\fC\-font\fR
+.IP
+Pango font name for use by the menu.
+.PP
+.RS
+.nf
+ rofi \-font monospace\\ 14
+.fi
+.RE
+.IP
+Default: \fImono 12\fP
.PP
\fB\fC\-opacity\fR
.IP
@@ -239,31 +291,49 @@ Set the window opacity (0\-100).
rofi \-opacity "75"
.fi
.RE
+.IP
+Default: \fI100\fP
+.PP
+\fB\fC\-eh\fR \fIelement height\fP
+.IP
+The height of a field in lines. e.g.
+.PP
+.RS
+.nf
+ echo \-e "a\\n3|b\\n4|c\\n5" | rofi \-sep '|' \-eh 2 \-dmenu
+.fi
+.RE
+.IP
+Default: \fI1\fP
.SS Layout
.PP
\fB\fC\-lines\fR
.IP
-Maximum number of lines the menu may show before scrolling (default: 25).
+Maximum number of lines the menu may show before scrolling.
.PP
.RS
.nf
rofi \-lines 25
.fi
.RE
+.IP
+Default: \fI15\fP
.PP
\fB\fC\-columns\fR
.IP
-The number of columns the menu may show before scrolling (default: 25).
+The number of columns the menu may show before scrolling.
.PP
.RS
.nf
rofi \-columns 2
.fi
.RE
+.IP
+Default: \fI1\fP
.PP
\fB\fC\-width\fR [value]
.IP
-Set the width of the menu as a percentage of the screen width (default: 60).
+Set the width of the menu as a percentage of the screen width.
.PP
.RS
.nf
@@ -288,6 +358,8 @@ If the value is negative, it tries to estimates a character width. To show 30 ch
.RE
.IP
Character width is a rough estimation, and might not be correct, but should work for most monospaced fonts.
+.IP
+Default: \fI50\fP
.PP
\fB\fC\-location\fR
.IP
@@ -301,6 +373,8 @@ monitor:
7 6 5
.fi
.RE
+.IP
+Default: \fI0\fP
.PP
\fB\fC\-hmode\fR
.IP
@@ -313,7 +387,7 @@ Keep a fixed number of visible lines (See the \fB\fC\-lines\fR option.)
.PP
\fB\fC\-padding\fR
.IP
-Define the inner margin of the window. Default is 5 pixels.
+Define the inner margin of the window.
.IP
To make rofi look like dmenu:
.PP
@@ -322,6 +396,8 @@ To make rofi look like dmenu:
rofi \-hmode \-padding 0
.fi
.RE
+.IP
+Default: \fI5\fP
.PP
\fB\fC\-sidebar\-mode\fR
.PP
@@ -337,50 +413,59 @@ To show sidebar use:
.PP
The number of entries required for Rofi to go into lazy filter mode.
In lazy filter mode, it won't refilter the list on each keypress, but only after rofi been idle
- for 250ms. Default is 5000 lines, set to 0 to always enable.
-.SS Pattern setting
+ for 250ms. Experiments shows that the default (5000 lines) works well, set to 0 to always enable.
+.PP
+ Default: \fI5000\fP
+.SS PATTERN setting
.PP
\fB\fC\-terminal\fR
.IP
-Specify what terminal to start (default x\-terminal\-emulator)
+Specify what terminal to start.
.PP
.RS
.nf
rofi \-terminal xterm
.fi
.RE
-.PP
-\fB\fC\-ssh\-client\fR \fIclient\fP
.IP
-Override the used ssh client. Default is \fB\fCssh\fR\&.
-.SS SSH settings
+Pattern: \fI{terminal}\fP
+Default: \fIx\-terminal\-emulator\fP
.PP
-\fB\fC\-ssh\-set\-title\fR \fItrue|false\fP
+\fB\fC\-ssh\-client\fR \fIclient\fP
.IP
-SSH dialogs tries to set 'ssh hostname' of the spawned terminal.
-Not all terminals support this.
-Default value is true.
+Override the used ssh client.
.IP
-\fIThis command has been deprecated for the ssh\-command string\fP
+Pattern: \fI{ssh\-client}\fP
+Default: \fIssh\fP
+.SS SSH settings
.PP
\fB\fC\-ssh\-command\fR \fIcmd\fP
.IP
Set the command to execute when starting a ssh session.
+The pattern \fI{host}\fP is replaced by the selected ssh entry.
+.IP
+Default: \fI{terminal} \-e {ssh\-client} {host}\fP
.SS Run settings
.PP
\fB\fC\-run\-command\fR \fIcmd\fP
.IP
-Set the command to execute when running an application.
+Set the command (\fI{cmd}\fP) to execute when running an application.
See \fIPATTERN\fP\&.
+.IP
+Default: \fI{cmd}\fP
.PP
\fB\fC\-run\-shell\-command\fR \fIcmd\fP
.IP
Set the command to execute when running an application in a shell.
See \fIPATTERN\fP\&.
+.IP
+Default: \fI{terminal} \-e {cmd}\fP
.PP
\fB\fC\-run\-list\-command\fR \fIcmd\fP
.IP
If set, use an external tool to generate list of executable commands. Uses 'run\-command'
+.IP
+Default: \fI""\fP
.SS History and Sorting
.PP
\fB\fC\-disable\-history\fR
@@ -409,15 +494,7 @@ Separator for dmenu. For example to show list a to e with '|' as separator:
.nf
Specify the prompt to show in dmenu mode. E.g. select monkey a,b,c,d or e.
echo "a|b|c|d|e" | rofi \-sep '|' \-dmenu \-p "monkey:"
-.fi
-.RE
-.PP
-\fB\fC\-eh\fR \fIelement height\fP
-.PP
-.RS
-.nf
-The height of a field in lines. e.g.
- echo \-e "a\\n3|b\\n4|c\\n5" | rofi \-sep '|' \-eh 2 \-dmenu
+Default: *dmenu*
.fi
.RE
.PP
@@ -426,6 +503,7 @@ The height of a field in lines. e.g.
.RS
.nf
Select a certain line.
+Default: *0*
.fi
.RE
.SS Message dialog
@@ -443,9 +521,9 @@ Message can be multi\-line.
\fB\fC\-dump\-xresources\fR
.IP
Dump the current active configuration in xresources format to the command\-line.
-.SH Pattern
+.SH PATTERN
.PP
-To launch commands (e.g. when using the ssh dialog) the user can enter the used commandline,
+To launch commands (e.g. when using the ssh dialog) the user can enter the used commandline,
the following keys can be used that will be replaced at runtime:
.RS
.IP \(bu 2
@@ -473,9 +551,11 @@ ln \-s /usr/bin/dmenu /usr/bin/rofi
.PP
.RS
.nf
-If in daemon mode, reload the configuration from Xresources. (arguments still override).
+If in daemon mode, reload the configuration from Xresources. (commandline arguments still
.fi
.RE
+.PP
+override xresources).
.SH Keybindings
.PP
Rofi supports the following keybindings:
@@ -545,18 +625,14 @@ Check quotes used on the commandline: e.g. used “ instead of ".
.SH WEBSITE
.PP
\fBrofi\fP website can be found at here
-.UR https://davedavenport.github.io/rofi/
-.UE
+\[la]https://davedavenport.github.io/rofi/\[ra]
.PP
\fBrofi\fP bugtracker can be found here
-.UR https://github.com/DaveDavenport/rofi/issues
-.UE
+\[la]https://github.com/DaveDavenport/rofi/issues\[ra]
.SH AUTHOR
.PP
Qball Cow
-.MT qball@gmpclient.org
-.ME
+\[la]qball@gmpclient.org\[ra]
.PP
Original code based on work by: Sean Pringle
-.MT sean.pringle@gmail.com
-.ME
+\[la]sean.pringle@gmail.com\[ra]