Update redshift config
* dim screen to 2500K * only dim screen 0
This commit is contained in:
parent
dc449cfd64
commit
97e9f7af19
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
[redshift]
|
[redshift]
|
||||||
; Set the day and night screen temperatures
|
; Set the day and night screen temperatures
|
||||||
temp-day=5700
|
temp-day=5700
|
||||||
temp-night=3000
|
temp-night=2500
|
||||||
|
|
||||||
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
; Disable the smooth fade between temperatures when Redshift starts and stops.
|
||||||
; 0 will cause an immediate change between screen temperatures.
|
; 0 will cause an immediate change between screen temperatures.
|
||||||
|
@ -66,5 +66,6 @@ lon=8.44
|
||||||
; In this example, randr is configured to adjust only screen 0.
|
; 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.
|
; 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.
|
; If this option is not specified, Redshift will try to adjust _all_ screens.
|
||||||
;[randr]
|
[randr]
|
||||||
;screen=0
|
screen=0
|
||||||
|
crtc=0
|
||||||
|
|
Loading…
Reference in a new issue