mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update manpage explaining monitor -3 setting, position at mouse.
This commit is contained in:
parent
9549dfdd3e
commit
cf65345c9a
2 changed files with 17 additions and 7 deletions
|
@ -372,7 +372,13 @@ When one entry is left, automatically select it.
|
|||
`-m` *num*
|
||||
`-monitor` *num*
|
||||
|
||||
Select (Xinerama) monitor to display **rofi** on. The special number -1 denotes the currently focused monitor, the number -2 denotes the currently focused window (i.e. rofi will be displayed on top of the focused window).
|
||||
Select (Xinerama) monitor to display **rofi** on.
|
||||
Negative numbers are handled differently:
|
||||
|
||||
* **-1**: the currently focused monitor.
|
||||
* **-2**: the currently focused window (i.e. rofi will be displayed on top of the focused window).
|
||||
* **-3**: Position at mouse (still follows the location setting, use `-location 1` to get normal context menu
|
||||
behaviour.)
|
||||
|
||||
Default: *-1*
|
||||
|
||||
|
|
16
doc/rofi.1
16
doc/rofi.1
|
@ -621,15 +621,19 @@ When one entry is left, automatically select it\.
|
|||
\fB\-m\fR \fInum\fR \fB\-monitor\fR \fInum\fR
|
||||
.
|
||||
.P
|
||||
Select (Xinerama) monitor to display \fBrofi\fR on\. The special number \-1 denotes the currently focused monitor, the number \-2 denotes the currently focused window (i\.e\. rofi will be displayed on top of the focused window)\.
|
||||
Select (Xinerama) monitor to display \fBrofi\fR on\. Negative numbers are handled differently:
|
||||
.
|
||||
.IP "" 4
|
||||
.IP "\(bu" 4
|
||||
\fB\-1\fR: the currently focused monitor\.
|
||||
.
|
||||
.nf
|
||||
|
||||
Default: *\-1*
|
||||
.IP "\(bu" 4
|
||||
\fB\-2\fR: the currently focused window (i\.e\. rofi will be displayed on top of the focused window)\.
|
||||
.
|
||||
.fi
|
||||
.IP "\(bu" 4
|
||||
\fB\-3\fR: Position at mouse (still follows the location setting, use \fB\-location 1\fR to get normal context menu behaviour\.)
|
||||
.
|
||||
.IP
|
||||
Default: \fI\-1\fR
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue