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.

57 lines
1.8 KiB

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