From 65ef1c58ffd5662a9598567cb1a5e69eb60400dc Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 28 Nov 2014 14:19:00 +0100 Subject: redshift.conf: Choosing xrandr as backend. Setting transition time to 0. Using on screen 0 only. --- .config/redshift.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') 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 -- cgit v1.2.3-54-g00ecf