hexdsl

Untitled

Sep 27th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ; Global settings for redshift
  2. [redshift]
  3. ; Set the day and night screen temperatures
  4. temp-day=6500
  5. temp-night=3200
  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 since version 1.8.
  15. brightness-day=1.0
  16. brightness-night=0.6
  17.  
  18. ; Set the screen gamma (for all colors, or each color channel individually)
  19. gamma=0.9
  20. ;gamma=0.8:0.7:0.8
  21.  
  22. ; Set the location-provider: 'geoclue', 'gnome-clock', 'manual'
  23. ; type 'redshift -l list' to see possible values
  24. ; The location provider settings are in a different section.
  25. location-provider=manual
  26.  
  27. ; Set the adjustment-method: 'randr', 'vidmode'
  28. ; type 'redshift -m list' to see all possible values
  29. ; 'randr' is the preferred method, 'vidmode' is an older API
  30. ; but works in some cases when 'randr' does not.
  31. ; The adjustment method settings are in a different section.
  32. ;adjustment-method=vidmode
  33.  
  34. ; Configuration of the location-provider:
  35. ; type 'redshift -l PROVIDER:help' to see the settings
  36. ; ex: 'redshift -l manual:help'
  37. [manual]
  38. lat=52.5618
  39. lon=-1.6424
  40.  
  41. ; Configuration of the adjustment-method
  42. ; type 'redshift -m METHOD:help' to see the settings
  43. ; ex: 'redshift -m randr:help'
  44. ; In this example, vidmode is configured to adjust screen 1.
  45. ; Note that the numbering starts from 0, so this is actually the second screen.
  46. [vidmode]
Advertisement
Add Comment
Please, Sign In to add comment