aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-30 22:29:40 -0700
committerGitHub <noreply@github.com>2017-08-30 22:29:40 -0700
commit192544b488df0b6387c3dfb5454323fa44cbb099 (patch)
tree3cbf3e3fd376f66f020a18ad7cf9b4a09a3e3959
parentMerge pull request #508 from jonls/improve-fade (diff)
parentFix #509: Set screen 0 in sample config (diff)
downloadredshift-ng-192544b488df0b6387c3dfb5454323fa44cbb099.tar.gz
redshift-ng-192544b488df0b6387c3dfb5454323fa44cbb099.tar.bz2
redshift-ng-192544b488df0b6387c3dfb5454323fa44cbb099.tar.xz
Merge pull request #510 from jonls/fix-config
Fix #509: Set screen 0 in sample config
-rw-r--r--redshift.conf.sample9
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