]> git.donarmstrong.com Git - x_base.git/commitdiff
modern versions of redshift use geoclue2 which is better
authorDon Armstrong <don@donarmstrong.com>
Fri, 11 Aug 2017 22:26:00 +0000 (15:26 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 11 Aug 2017 22:26:00 +0000 (15:26 -0700)
.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