mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Update man page.
This commit is contained in:
parent
f0aa796fd8
commit
801a5bdf9f
1 changed files with 17 additions and 15 deletions
32
doc/rofi.1
32
doc/rofi.1
|
@ -21,12 +21,11 @@ rofi \- a simple EWMH window switcher
|
||||||
.IR combo ]
|
.IR combo ]
|
||||||
.RB [ \-dkey
|
.RB [ \-dkey
|
||||||
.IR comdo ]
|
.IR comdo ]
|
||||||
.RB [ \-mkey
|
.RB [ \-rkey
|
||||||
.IR comdo ]
|
.IR comdo ]
|
||||||
.RB [ \-now ]
|
.RB [ \-now ]
|
||||||
.RB [ \-rnow ]
|
.RB [ \-rnow ]
|
||||||
.RB [ \-snow ]
|
.RB [ \-snow ]
|
||||||
.RB [ \-mnow ]
|
|
||||||
.RB [ \-term
|
.RB [ \-term
|
||||||
.IR terminal ]
|
.IR terminal ]
|
||||||
.RB [ \-loc
|
.RB [ \-loc
|
||||||
|
@ -34,6 +33,17 @@ rofi \- a simple EWMH window switcher
|
||||||
.RB [ \-hmode ]
|
.RB [ \-hmode ]
|
||||||
.RB [ \-padding
|
.RB [ \-padding
|
||||||
.IR padding ]
|
.IR padding ]
|
||||||
|
.RB [ \-version ]
|
||||||
|
.RB [ \-help]
|
||||||
|
.RB [ \-display
|
||||||
|
.IR display ]
|
||||||
|
.RB [ \-bc
|
||||||
|
.IR color ]
|
||||||
|
.RB [ \-bw
|
||||||
|
.IR width ]
|
||||||
|
.RB [ \-dmenu
|
||||||
|
.RB [ \-p
|
||||||
|
.IR prompt ]]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I rofi
|
.I rofi
|
||||||
|
@ -83,14 +93,6 @@ rofi -skey control+shift+s
|
||||||
rofi -skey mod1+grave (grave=backtick)
|
rofi -skey mod1+grave (grave=backtick)
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B -mkey
|
|
||||||
Change the key combination to display the mark dialog (default: Alt-F5)
|
|
||||||
(only if i3 support is enabled).
|
|
||||||
.P
|
|
||||||
.RS
|
|
||||||
rofi -mkey Alt-F2
|
|
||||||
.RE
|
|
||||||
.TP
|
|
||||||
.B -now
|
.B -now
|
||||||
Run rofi in all-windows mode once then exit. Does not bind any keys.
|
Run rofi in all-windows mode once then exit. Does not bind any keys.
|
||||||
.TP
|
.TP
|
||||||
|
@ -100,10 +102,6 @@ Run rofi in run-dialog mode once then exit. Does not bind any keys.
|
||||||
.B -snow
|
.B -snow
|
||||||
Run rofi in ssh mode once then exit. Does not bind any keys.
|
Run rofi in ssh mode once then exit. Does not bind any keys.
|
||||||
.TP
|
.TP
|
||||||
.B -mnow
|
|
||||||
Run rofi in mark mode once then exit. Does not bind any keys (only if i3 support is
|
|
||||||
enabled).
|
|
||||||
.TP
|
|
||||||
.B -bg
|
.B -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 (default: #222222).
|
||||||
.P
|
.P
|
||||||
|
@ -205,8 +203,12 @@ To make rofi look like dmenu:
|
||||||
.TP
|
.TP
|
||||||
rofi -hmode -padding 0
|
rofi -hmode -padding 0
|
||||||
.RE
|
.RE
|
||||||
|
.TP
|
||||||
|
.B -dmenu
|
||||||
|
Run rofi in dmenu mode. Allowing it to be used for user interaction in scripts.
|
||||||
|
.RS
|
||||||
.SH Switch between modi
|
.SH Switch between modi
|
||||||
Type '?'<enter> to switch between window list and run mode.
|
Type '?'<enter> to switch between window list, run and ssh mode.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR rofi (1)
|
.BR rofi (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
Loading…
Reference in a new issue