diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-28 14:19:00 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-28 14:19:00 +0100 |
commit | 65ef1c58ffd5662a9598567cb1a5e69eb60400dc (patch) | |
tree | b8045fa29768e6ad0d4ce2bff52375efa0461822 | |
parent | 3feeb9960d50822805c2710a0d576a86b078dafe (diff) | |
download | dotfiles-65ef1c58ffd5662a9598567cb1a5e69eb60400dc.tar.gz dotfiles-65ef1c58ffd5662a9598567cb1a5e69eb60400dc.tar.bz2 dotfiles-65ef1c58ffd5662a9598567cb1a5e69eb60400dc.tar.xz dotfiles-65ef1c58ffd5662a9598567cb1a5e69eb60400dc.zip |
redshift.conf: Choosing xrandr as backend. Setting transition time to 0. Using on screen 0 only.
-rw-r--r-- | .config/redshift.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf index 0cb8593..f47dc59 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -4,10 +4,10 @@ temp-day=8700 temp-night=4700 brightness-day=1.0 brightness-night=0.8 -transition=1 +transition=0 gamma=0.8:0.7:0.8 location-provider=manual -adjustment-method=vidmode +adjustment-method=randr ; The location provider and adjustment method settings ; are in their own sections. @@ -19,6 +19,6 @@ 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. -[vidmode] +[randr] screen=0 -screen=1 +;screen=1 |