From: Simon Ruderich Date: Mon, 27 May 2013 10:41:38 +0000 (+0200) Subject: xinitrc: Ignore (debug) output from redshift. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e2791639d441f294a22faaa8a731faa5fa894362 xinitrc: Ignore (debug) output from redshift. --- 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