diff options
author | David Runge <dave@sleepmap.de> | 2017-01-15 00:40:21 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-01-15 00:40:21 +0100 |
commit | 1689525428244c0adc64d74735b92c50ec261bdb (patch) | |
tree | 27279af9375eee1e8586425c666ea0ef23af7f0e | |
parent | f8322ba8f6d3fbdf2801af38f5ae813d5bbd9ab1 (diff) | |
download | dotfiles-1689525428244c0adc64d74735b92c50ec261bdb.tar.gz dotfiles-1689525428244c0adc64d74735b92c50ec261bdb.tar.bz2 dotfiles-1689525428244c0adc64d74735b92c50ec261bdb.tar.xz dotfiles-1689525428244c0adc64d74735b92c50ec261bdb.zip |
.config/redshift.conf: Updating redshift configuration.
-rw-r--r-- | .config/redshift.conf | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf index 1cdedf3..00e0209 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,25 +1,16 @@ -; Global settings [redshift] -temp-day=6500 +temp-day=7000 temp-night=4700 -brightness-day=1.0 -brightness-night=0.92 transition=0 -gamma-day=0.97:0.94:0.95 -gamma-night=0.93:0.9:0.88 -location-provider=manual +brightness-day=1.0 +brightness-night=0.98 +elevation-high=0.9 +elevation-low=-1.0 +gamma-day=1.0:1.0:1.0 +gamma-night=0.93:0.93:0.85 adjustment-method=randr +location-provider=manual -; The location provider and adjustment method settings -; are in their own sections. [manual] -; Berlin lat=52.31 lon=13.23 - -; In this example screen 1 is adjusted by vidmode. Note -; that the numbering starts from 0, so this is actually -; the second screen. -[randr] -screen=0 -;screen=1 |