dotfiles

Configs for programs I use!
git clone git://shipwreckt.co.uk/dotfiles.git
Log | Files | Refs | README | LICENSE

redshift.conf (1830B)


      1 ; Global settings for redshift
      2 [redshift]
      3 ; Set the day and night screen temperatures
      4 temp-day=6500
      5 temp-night=4500
      6 
      7 ; Enable/Disable a smooth transition between day and night
      8 ; 0 will cause a direct change from day to night screen temperature.
      9 ; 1 will gradually increase or decrease the screen temperature.
     10 transition=1
     11 
     12 ; Set the screen brightness. Default is 1.0.
     13 ;brightness=0.9
     14 ; It is also possible to use different settings for day and night
     15 ; since version 1.8.
     16 ;brightness-day=0.7
     17 ;brightness-night=0.4
     18 ; Set the screen gamma (for all colors, or each color channel
     19 ; individually)
     20 gamma=0.8
     21 ;gamma=0.8:0.7:0.8
     22 ; This can also be set individually for day and night since
     23 ; version 1.10.
     24 ;gamma-day=0.8:0.7:0.8
     25 ;gamma-night=0.6
     26 
     27 ; Set the location-provider: 'geoclue', 'geoclue2', 'manual'
     28 ; type 'redshift -l list' to see possible values.
     29 ; The location provider settings are in a different section.
     30 location-provider=manual
     31 
     32 ; Set the adjustment-method: 'randr', 'vidmode'
     33 ; type 'redshift -m list' to see all possible values.
     34 ; 'randr' is the preferred method, 'vidmode' is an older API.
     35 ; but works in some cases when 'randr' does not.
     36 ; The adjustment method settings are in a different section.
     37 adjustment-method=randr
     38 
     39 ; Configuration of the location-provider:
     40 ; type 'redshift -l PROVIDER:help' to see the settings.
     41 ; ex: 'redshift -l manual:help'
     42 ; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
     43 ; are negative numbers.
     44 [manual]
     45 lat=48.1
     46 lon=11.6
     47 
     48 ; Configuration of the adjustment-method
     49 ; type 'redshift -m METHOD:help' to see the settings.
     50 ; ex: 'redshift -m randr:help'
     51 ; In this example, randr is configured to adjust screen 1.
     52 ; Note that the numbering starts from 0, so this is actually the
     53 ; second screen. If this option is not specified, Redshift will try
     54 ; to adjust _all_ screens.