From e2791639d441f294a22faaa8a731faa5fa894362 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 27 May 2013 12:41:38 +0200 Subject: [PATCH] xinitrc: Ignore (debug) output from redshift. --- xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index e10c6e2..af210f6 100755 --- 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 -- 2.44.1