dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 458d1e0328447c4d41a4d4a5d3658f4a7d3f525b
parent 45763417a71ce77f949b9c22b3a5b69c5645355a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 18 May 2019 02:25:25 +0200

Change redshift location to Denmark

Diffstat:
M.xinitrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -29,8 +29,8 @@ xbindkeys if [ "$(hostname)" != "phony" ]; then kelvin_day=6500 # default: 6500 K kelvin_night=2300 # default: 4500 K - #lat=56.09;lon=10.12 # Aarhus - lat=37.25;lon=-122.9 # Stanford + lat=56.09;lon=10.12 # Aarhus + #lat=37.25;lon=-122.9 # Stanford #lat=32.84;lon=-117.26 # San Diego redshift -l $lat:$lon -t $kelvin_day:$kelvin_night & fi