From 8a3d0e5a38a286dc13c060e7e8d51d07da030a7d Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 4 Apr 2013 18:07:16 +0200 Subject: Add redshift config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .config/redshift.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/redshift.conf (limited to '.config/redshift.conf') diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..efcec41 --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,20 @@ +; Global settings +[redshift] +temp-day=5700 +temp-night=5500 +;transition=1 +;gamma=0.8:0.7:0.8 +location-provider=manual +;adjustment-method=vidmode + +; The location provider and adjustment method settings +; are in their own sections. +[manual] +lat=49. +lon=16. + +; In this example screen 1 is adjusted by vidmode. Note +; that the numbering starts from 0, so this is actually +; the second screen. +;[vidmode] +;screen=1 -- cgit