diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-02 21:03:43 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-02 21:03:43 -0400 |
commit | f76fabb2fbbd0de4b828b38deaf9eb7564c6ef31 (patch) | |
tree | 0cb6e0a1c9501d0bb17595ed3af2b490a4796ac4 /.config | |
parent | Get the global git committer name/email from ~/.gitconfig, not zshrc (diff) |
Use redshift config file
Diffstat (limited to '.config')
-rw-r--r-- | .config/redshift.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf index 268951e..a462165 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,9 +1,13 @@ [redshift] adjustment-method=randr -location-provider=geoclue2 +location-provider=manual brightness-day=1.0 brightness-night=0.5 transition=1 gamma-night=2.0 temp-day=6500 temp-night=2500 + +[manual] +lat=40.4460 +lon=-79.9959 |