From fcdfaadfacd278b2d48cd227bf1460b0ecc368af Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 26 Aug 2012 20:33:08 +0300 Subject: [PATCH] xsessionrc: start gtk-redshift automatically. WARNING: Expects you to be in the city of Kotka, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685233 . --- xsessionrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xsessionrc b/xsessionrc index 59874c70..a2a2c925 100644 --- a/xsessionrc +++ b/xsessionrc @@ -10,6 +10,13 @@ echo "USE_VALIDATION_AGENT=true" > ~/.monkeysphere/monkeysphere.conf # Enable core files. ulimit -c unlimited +# Start gtk-redshift automatically with coordinates of Kotka. +# You might want to change those coordinates if you aren't in the city of Kotka. +# Use http://stereopsis.com/flux/map.html to get the coordinates. Replace ", " with ":". +# Coordinates are specified, because automatic location setting doesn't work. +# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685233 +gtk-redshift -l 60.4666227:26.9459998 + # The environment was set to ~/.environment according to other files... if [ -f ~/.environment ]; then . ~/.environment