diff options
-rw-r--r-- | redshift.conf.sample | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/redshift.conf.sample b/redshift.conf.sample index 319b633..51dc0b3 100644 --- a/redshift.conf.sample +++ b/redshift.conf.sample @@ -48,9 +48,8 @@ lon=11.6 ; Configuration of the adjustment-method ; type 'redshift -m METHOD:help' to see the settings. ; ex: 'redshift -m randr:help' -; In this example, randr is configured to adjust screen 1. -; Note that the numbering starts from 0, so this is actually the -; second screen. If this option is not specified, Redshift will try -; to adjust _all_ screens. +; In this example, randr is configured to adjust only screen 0. +; Note that the numbering starts from 0, so this is actually the first screen. +; If this option is not specified, Redshift will try to adjust _all_ screens. [randr] -screen=1 +screen=0 |