diff options
| author | 2015-02-26 21:26:59 +0100 | |
|---|---|---|
| committer | 2015-02-26 21:30:53 +0100 | |
| commit | acf073b1d1fe5cb7353505d0dbd121949871180b (patch) | |
| tree | bfff78c5bb2f307207874e5cbcc713a61624f80a /config/redshift.conf | |
| parent | d32d3ed13ed5c6a71c61bb869fe02a34d7fb85ac (diff) | |
| download | dotfiles-acf073b1d1fe5cb7353505d0dbd121949871180b.tar.gz dotfiles-acf073b1d1fe5cb7353505d0dbd121949871180b.tar.bz2 dotfiles-acf073b1d1fe5cb7353505d0dbd121949871180b.zip | |
Reverted redshift.conf
Diffstat (limited to 'config/redshift.conf')
| -rw-r--r--[l---------] | config/redshift.conf | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/config/redshift.conf b/config/redshift.conf index 89e8120..2b88434 120000..100644 --- a/config/redshift.conf +++ b/config/redshift.conf | |||
| @@ -1 +1,46 @@ | |||
| 1 | /home/tom/dotfiles/redshift.conf \ No newline at end of file | 1 | ; Global settings for redshift |
| 2 | [redshift] | ||
| 3 | ; Set the day and night screen temperatures | ||
| 4 | temp-day=6500 | ||
| 5 | temp-night=4200 | ||
| 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=0.7 | ||
| 16 | ;brightness-night=0.4 | ||
| 17 | ; Set the screen gamma (for all colors, or each color channel individually) | ||
| 18 | gamma=0.8 | ||
| 19 | ;gamma=0.8:0.7:0.8 | ||
| 20 | |||
| 21 | ; Set the location-provider: 'geoclue', 'gnome-clock', 'manual' | ||
| 22 | ; type 'redshift -l list' to see possible values | ||
| 23 | ; The location provider settings are in a different section. | ||
| 24 | location-provider=manual | ||
| 25 | |||
| 26 | ; Set the adjustment-method: 'randr', 'vidmode' | ||
| 27 | ; type 'redshift -m list' to see all possible values | ||
| 28 | ; 'randr' is the preferred method, 'vidmode' is an older API | ||
| 29 | ; but works in some cases when 'randr' does not. | ||
| 30 | ; The adjustment method settings are in a different section. | ||
| 31 | adjustment-method=randr | ||
| 32 | |||
| 33 | ; Configuration of the location-provider: | ||
| 34 | ; type 'redshift -l PROVIDER:help' to see the settings | ||
| 35 | ; e.g. 'redshift -l manual:help' | ||
| 36 | [manual] | ||
| 37 | lat=52.6 | ||
| 38 | lon=5.1 | ||
| 39 | |||
| 40 | ; Configuration of the adjustment-method | ||
| 41 | ; type 'redshift -m METHOD:help' to see the settings | ||
| 42 | ; ex: 'redshift -m randr:help' | ||
| 43 | ; In this example, randr is configured to adjust screen 1. | ||
| 44 | ; Note that the numbering starts from 0, so this is actually the second screen. | ||
| 45 | [randr] | ||
| 46 | screen=0 | ||
