1 ; Global settings for redshift
3 ; Set the day and night screen temperatures (Neutral is 6500K)
14 ; Enable/Disable a smooth transition between day and night
15 ; 0 will cause a direct change from day to night screen temperature.
16 ; 1 will gradually increase or decrease the screen temperature.
19 ; Set the screen brightness. Default is 1.0.
21 ; It is also possible to use different settings for day and night
25 ; Set the screen gamma (for all colors, or each color channel
30 ; This can also be set individually for day and night since
32 ;gamma-day=0.8:0.7:0.8
35 ; Set the location-provider: 'geoclue2' or 'manual'
36 ; type 'redshift -l list' to see possible values.
37 ; The location provider settings are in a different section.
38 ;location-provider=manual
39 location-provider=geoclue2
41 ; Set the adjustment-method: 'randr', 'vidmode'
42 ; type 'redshift -m list' to see all possible values.
43 ; 'randr' is the preferred method, 'vidmode' is an older API.
44 ; but works in some cases when 'randr' does not.
45 ; The adjustment method settings are in a different section.
46 adjustment-method=randr
48 ; Configuration of the location-provider:
49 ; type 'redshift -l PROVIDER:help' to see the settings.
50 ; ex: 'redshift -l manual:help'
51 ; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
52 ; are negative numbers.
57 ; Configuration of the adjustment-method
58 ; type 'redshift -m METHOD:help' to see the settings.
59 ; ex: 'redshift -m randr:help'
60 ; In this example, randr is configured to adjust screen 1.
61 ; Note that the numbering starts from 0, so this is actually the
62 ; second screen. If this option is not specified, Redshift will try
63 ; to adjust _all_ screens.