aboutsummaryrefslogtreecommitdiffstats
path: root/redshift/.config
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-18 21:51:44 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-18 21:51:44 +0100
commitb86e22c339276441f344d61ad104a7cebd3b5858 (patch)
treea5ee1f50e88b9338f3379cc7859f73ad1d43c368 /redshift/.config
parent29b37493aa0f914105a1b17f020e1591b2ba47c0 (diff)
downloaddotfiles-b86e22c339276441f344d61ad104a7cebd3b5858.tar.gz
dotfiles-b86e22c339276441f344d61ad104a7cebd3b5858.tar.bz2
dotfiles-b86e22c339276441f344d61ad104a7cebd3b5858.zip
Added redshift config
Diffstat (limited to 'redshift/.config')
-rw-r--r--redshift/.config/redshift.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/redshift/.config/redshift.conf b/redshift/.config/redshift.conf
new file mode 100644
index 0000000..2b88434
--- /dev/null
+++ b/redshift/.config/redshift.conf
@@ -0,0 +1,46 @@
1; Global settings for redshift
2[redshift]
3; Set the day and night screen temperatures
4temp-day=6500
5temp-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
10transition=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)
18gamma=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.
24location-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.
31adjustment-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]
37lat=52.6
38lon=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]
46screen=0