]> git.donarmstrong.com Git - x_base.git/blobdiff - .xsession
modern versions of redshift use geoclue2 which is better
[x_base.git] / .xsession
index 76b01dbddaf3d3128612e6db166471c2a84577a3..1904d13f027e6bee5d392190ab6a1ca5edb08fc5 100755 (executable)
--- 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