diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 19:13:11 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 19:13:11 +0100 |
commit | 52a74b078e44e8f65dfdd2afdc0621fc7ea30d73 (patch) | |
tree | bc4f03e190ebfc9e77f807b6c0cfc6a7bc307166 /redshift.1 | |
parent | Add ability to select screen in crtc option (diff) | |
download | redshift-ng-52a74b078e44e8f65dfdd2afdc0621fc7ea30d73.tar.gz redshift-ng-52a74b078e44e8f65dfdd2afdc0621fc7ea30d73.tar.bz2 redshift-ng-52a74b078e44e8f65dfdd2afdc0621fc7ea30d73.tar.xz |
Add ability to select multiple screens
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'redshift.1')
-rw-r--r-- | redshift.1 | 43 |
1 files changed, 31 insertions, 12 deletions
@@ -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 |