From: Don Armstrong Date: Fri, 11 Aug 2017 22:26:00 +0000 (-0700) Subject: modern versions of redshift use geoclue2 which is better X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=36dc63c8fda104199735172755f6df35cc7b814a;p=x_base.git modern versions of redshift use geoclue2 which is better --- diff --git a/.xsession b/.xsession index 76b01db..1904d13 100755 --- a/.xsession +++ b/.xsession @@ -50,10 +50,8 @@ elif [ -x /usr/bin/xautolock ]; then (/usr/bin/xautolock -notifier true -bell 0 >/de/vnull 2>&1 &) fi; -if which redshift >/dev/null 2>&1 && - [ -e .location ]; then - . .location - (redshift -l $LOCATION >/dev/null 2>&1 &) +if which redshift >/dev/null 2>&1; then + (redshift >/dev/null 2>&1 &) fi; if which mopidy >/dev/null 2>&1 && [ -e ~/.config/mopidy/mopidy.conf ]; then