diff options
author | David Runge <david.runge@frqrec.com> | 2014-04-13 16:51:59 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-04-13 16:51:59 +0200 |
commit | 6d53debdbc1fed72c2f91694538fc33526933392 (patch) | |
tree | ebd4229fffc0779d8c6be6f976576ae9a2534d74 | |
parent | 90bd2a373a8a0ffae4e2bdb1250d58bf7011f610 (diff) | |
download | dotfiles-6d53debdbc1fed72c2f91694538fc33526933392.tar.gz dotfiles-6d53debdbc1fed72c2f91694538fc33526933392.tar.bz2 dotfiles-6d53debdbc1fed72c2f91694538fc33526933392.tar.xz dotfiles-6d53debdbc1fed72c2f91694538fc33526933392.zip |
Adding config for redshift
-rw-r--r-- | .config/redshift.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..e7dc1b8 --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,22 @@ +; Global settings +[redshift] +temp-day=7700 +temp-night=3500 +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] +; Berlin +lat=52.31 +lon=13.23 + +; 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=0 +screen=1 |