]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: Ignore (debug) output from redshift.
authorSimon Ruderich <simon@ruderich.org>
Mon, 27 May 2013 10:41:38 +0000 (12:41 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 27 May 2013 20:50:55 +0000 (22:50 +0200)
xinitrc

diff --git a/xinitrc b/xinitrc
index e10c6e2985fa590af616ef4616d67fb2520726b2..af210f6b3f277492c8c83357b8b433af2398eda7 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -79,7 +79,7 @@ fi
 
 # Set color temperature of display according to time of day.
 if installed redshift; then
-    redshift -l 49.9:10.9 -t 5500:4500 &
+    redshift -l 49.9:10.9 -t 5500:4500 >/dev/null &
 fi