diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-30 21:31:23 -0700 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-30 21:31:23 -0700 |
commit | 63d69847e6b06b3bfe320c9548c0fd7478a4ae74 (patch) | |
tree | 3cbf3e3fd376f66f020a18ad7cf9b4a09a3e3959 | |
parent | Merge pull request #508 from jonls/improve-fade (diff) | |
download | redshift-ng-63d69847e6b06b3bfe320c9548c0fd7478a4ae74.tar.gz redshift-ng-63d69847e6b06b3bfe320c9548c0fd7478a4ae74.tar.bz2 redshift-ng-63d69847e6b06b3bfe320c9548c0fd7478a4ae74.tar.xz |
Fix #509: Set screen 0 in sample config
-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 |