From 52a74b078e44e8f65dfdd2afdc0621fc7ea30d73 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 19:13:11 +0100 Subject: Add ability to select multiple screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- redshift.1 | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) (limited to 'redshift.1') diff --git a/redshift.1 b/redshift.1 index bd9b1bc..944da66 100644 --- a/redshift.1 +++ b/redshift.1 @@ -947,7 +947,7 @@ There are no options for the location providers .B corelocation (available on Mac OS X). .PP -Options for the location provider +Options for the adjustment method .B randr (preferred method for X) are: .TP @@ -956,9 +956,15 @@ X display to apply adjustments to. Default is determined by the environment variable .IR DISPLAY . .TP -.BI screen\fR\ =\ ordinal -X screen to apply adjustments to. All will be used if not -specified. +.BI screen\fR\ =\ "ordinal list or " all +Comma-separated +.RB ( , ) +list of X screens to apply adjustments to. +All available X screens are used if the list is empty or +if the setting is omitted. + +.B all +may be specified as a synonym for an empty list. .TP .BI crtc\fR\ =\ "number list or " all Comma-separated @@ -995,7 +1001,7 @@ This list must not be empty; to select all monitors, instead specify .BR crtc=all . .PP -Options for the location provider +Options for the adjustment method .B vidmode (fallback method for X) are: .TP @@ -1003,17 +1009,30 @@ Options for the location provider X display to apply adjustments to. Default is determined by the environment variable .IR DISPLAY . -.TP -.BI screen\fR\ =\ ordinal -X screen to apply adjustments to. All will be used if not -specified. +.BI screen\fR\ =\ "ordinal list or " all +Comma-separated +.RB ( , ) +list of X screens to apply adjustments to. +All available X screens are used if the list is empty or +if the setting is omitted. + +.B all +may be specified as a synonym for an empty list. .PP -Options for the location provider +Options for the adjustment method .B drm (method for Linux without display server) are: .TP -.BI card\fR\ =\ ordinal -Index of graphics card to apply adjustments to. +.BI card\fR\ =\ "ordinal list or " all +Comma-separated +.RB ( , ) +list of indices of graphics card screens to apply +adjustments to. All available graphics cards +are used if the list is empty or +if the setting is omitted. + +.B all +may be specified as a synonym for an empty list. .TP .BI crtc\fR\ =\ "number list or " all Comma-separated -- cgit v1.2.3-70-g09d2