summary refs log tree commit diff
path: root/xsession
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-09-23 17:43:20 -0700
committerFranck Cuny <franck@fcuny.net>2020-09-23 17:43:20 -0700
commit033099647f599781e46f868bd9d759caef863b18 (patch)
tree7b984a4a5146766ab116c6cc2ba9c253873c3cc0 /xsession
parentlinux: add i3 config (diff)
downloademacs.d-033099647f599781e46f868bd9d759caef863b18.tar.gz
xsession: use Berkeley's lat/long
Use the latitude and longitude for Berkeley for redshift.
Diffstat (limited to '')
-rwxr-xr-xxsession2
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