diff options
author | Franck Cuny <franck@fcuny.net> | 2020-09-23 17:43:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-09-23 17:43:20 -0700 |
commit | 033099647f599781e46f868bd9d759caef863b18 (patch) | |
tree | 7b984a4a5146766ab116c6cc2ba9c253873c3cc0 /xsession | |
parent | linux: add i3 config (diff) | |
download | emacs.d-033099647f599781e46f868bd9d759caef863b18.tar.gz |
xsession: use Berkeley's lat/long
Use the latitude and longitude for Berkeley for redshift.
Diffstat (limited to 'xsession')
-rwxr-xr-x | xsession | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsession b/xsession index 8c3d6ef..db9d652 100755 --- a/xsession +++ b/xsession @@ -4,7 +4,7 @@ xrdb $HOME/.Xresources # Run redshift, but don’t fail if it’s not (yet) available if command -V redshift >/dev/null 2>&1; then - redshift -m randr -l 47.31:8.50 -t 6000:5300 -b 0.8 & + redshift -m randr -l 37.8715:122.2730 -t 6000:5000 -b 0.7 & fi # set the background to something less aggressive than black |