From df7468b4910ebb6dfefb5da7e2e46def6f0d4d8c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 19 Aug 2016 10:46:38 +0200 Subject: Use XRandr to get monitor layout instead of xinerama. * You can now specify monitor by name, or primary status. --- doc/rofi-manpage.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/rofi-manpage.markdown') diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index 501872f6..2b9b0b2c 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -370,10 +370,16 @@ Default: *5000* When one entry is left, automatically select it. `-m` *num* + +`-m` *name* + `-monitor` *num* +`-monitor` *name* + Select (Xinerama) monitor to display **rofi** on. -Negative numbers are handled differently: +As input it accepts: *primary* (if primary output is set), the *xrandr* output name or integer number (in order of +detection). 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). @@ -384,6 +390,8 @@ Negative numbers are handled differently: Default: *-1* +See `rofi -h` output for the detected monitors, their position and size. + ### PATTERN setting `-terminal` -- cgit v1.2.3