X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=3bf6747d7b8846279e88f3a3e796e24f4270971d;hb=92cdd73bc91e05562c0b61c4911f276df4c5e438;hp=31a49ce6f808f14fafd64f80a2b518778fc67d67;hpb=22ffdea5b12c90b046fc9f53a883765e32521359;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index 31a49ce..3bf6747 100755 --- a/xinitrc +++ b/xinitrc @@ -77,6 +77,11 @@ if installed remind && test -f "$HOME/.reminders"; then remind -z1 -k'.shell/bin/notify.py %s &' "$HOME/.reminders" & fi +# Set color temperature of display according to time of day. +if installed redshift; then + redshift -l 49.9:10.9 -t 5500:4500 & +fi + # XMonad doesn't start a shell on its own, start one when I login. (urxvt || rxvt || xterm) &