aboutsummaryrefslogtreecommitdiffstats
path: root/redshift/.config
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
commitd0ecb2a9d770b1987e3be7cdc549d46880b89c5e (patch)
treed493b4afd8268adb3e1f374cd73e5db662f260d6 /redshift/.config
parentb86e22c339276441f344d61ad104a7cebd3b5858 (diff)
downloaddotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.gz
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.bz2
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.zip
Moved from stow to dotfiles for dotfile management
Diffstat (limited to 'redshift/.config')
-rw-r--r--redshift/.config/redshift.conf46
1 files changed, 0 insertions, 46 deletions
diff --git a/redshift/.config/redshift.conf b/redshift/.config/redshift.conf
deleted file mode 100644
index 2b88434..0000000
--- a/redshift/.config/redshift.conf
+++ /dev/null
@@ -1,46 +0,0 @@
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