mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
Update manpage.
This commit is contained in:
parent
9af1d490a6
commit
1a7819275a
2 changed files with 32 additions and 2 deletions
|
@ -154,12 +154,23 @@ The default key combinations are:
|
||||||
|
|
||||||
rofi -columns 2
|
rofi -columns 2
|
||||||
|
|
||||||
`-width`
|
`-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 (default: 60).
|
||||||
|
|
||||||
rofi -width 60
|
rofi -width 60
|
||||||
|
|
||||||
|
If value is larger then 100, the size is set in pixels. e.g. to span a full hd monitor:
|
||||||
|
|
||||||
|
rofi -width 1980
|
||||||
|
|
||||||
|
If the value is negative, it tries to estimates a character width. To show 30 characters on a row:
|
||||||
|
|
||||||
|
rofi -width -30
|
||||||
|
|
||||||
|
(Character width is a rough estimation, and might not be correct, but should work for most
|
||||||
|
monospaced fonts..)
|
||||||
|
|
||||||
`-terminal`
|
`-terminal`
|
||||||
|
|
||||||
Specify what terminal to start (default x-terminal-emulator)
|
Specify what terminal to start (default x-terminal-emulator)
|
||||||
|
|
21
doc/rofi.1
21
doc/rofi.1
|
@ -193,7 +193,7 @@ The number of columns the menu may show before scrolling (default: 25).
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\fC\-width\fR
|
\fB\fC\-width\fR [value]
|
||||||
.IP
|
.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 (default: 60).
|
||||||
.PP
|
.PP
|
||||||
|
@ -202,6 +202,25 @@ Set the width of the menu as a percentage of the screen width (default: 60).
|
||||||
rofi \-width 60
|
rofi \-width 60
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
.IP
|
||||||
|
If value is larger then 100, the size is set in pixels. e.g. to span a full hd monitor:
|
||||||
|
.PP
|
||||||
|
.RS
|
||||||
|
.nf
|
||||||
|
rofi \-width 1980
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
|
.IP
|
||||||
|
If the value is negative, it tries to estimates a character width. To show 30 characters on a row:
|
||||||
|
.PP
|
||||||
|
.RS
|
||||||
|
.nf
|
||||||
|
rofi \-width \-30
|
||||||
|
.fi
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
(Character width is a rough estimation, and might not be correct, but should work for most
|
||||||
|
monospaced fonts..)
|
||||||
.PP
|
.PP
|
||||||
\fB\fC\-terminal\fR
|
\fB\fC\-terminal\fR
|
||||||
.IP
|
.IP
|
||||||
|
|
Loading…
Reference in a new issue