Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.0 KiB

  1. ; copied wholesale from an example at http://jonls.dk/redshift/ and
  2. ; chopped up a bit - most stuff commented out to keep whatever defaults
  3. ; Global settings for redshift
  4. [redshift]
  5. ; Set the day and night screen temperatures
  6. ; temp-day=5700
  7. ; temp-night=3500
  8. ; Enable/Disable a smooth transition between day and night
  9. ; 0 will cause a direct change from day to night screen temperature.
  10. ; 1 will gradually increase or decrease the screen temperature.
  11. transition=1
  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. ; Set the location-provider: 'geoclue', 'geoclue2', 'manual'
  27. ; type 'redshift -l list' to see possible values.
  28. ; The location provider settings are in a different section.
  29. location-provider=manual
  30. ; Configuration of the location-provider:
  31. ; type 'redshift -l PROVIDER:help' to see the settings.
  32. ; ex: 'redshift -l manual:help'
  33. ; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
  34. ; are negative numbers.
  35. [manual]
  36. lat=40.03
  37. lon=-105.26
  38. ; Set the adjustment-method: 'randr', 'vidmode'
  39. ; type 'redshift -m list' to see all possible values.
  40. ; 'randr' is the preferred method, 'vidmode' is an older API.
  41. ; but works in some cases when 'randr' does not.
  42. ; The adjustment method settings are in a different section.
  43. ;adjustment-method=randr
  44. ; Configuration of the adjustment-method
  45. ; type 'redshift -m METHOD:help' to see the settings.
  46. ; ex: 'redshift -m randr:help'
  47. ; In this example, randr is configured to adjust screen 1.
  48. ; Note that the numbering starts from 0, so this is actually the
  49. ; second screen. If this option is not specified, Redshift will try
  50. ; to adjust _all_ screens.
  51. ; [randr]
  52. ; screen=1