diff options
-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 |