From 63d69847e6b06b3bfe320c9548c0fd7478a4ae74 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 30 Aug 2017 21:31:23 -0700 Subject: Fix #509: Set screen 0 in sample config --- redshift.conf.sample | 9 ++++----- 1 file 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 -- cgit v1.2.3-70-g09d2