Don't let autostart checking for background-setting tools end up in logs (Fix bug...
[dana/openbox.git] / data / autostart / openbox-autostart.in
index 063c635..5c72777 100755 (executable)
@@ -2,11 +2,11 @@
 
 # Set a background color
 BG=""
-if which hsetroot >/dev/null; then
+if which hsetroot >/dev/null 2>/dev/null; then
   BG=hsetroot
-elif which esetroot >/dev/null; then
+elif which esetroot >/dev/null 2>/dev/null; then
   BG=esetroot
-elif which xsetroot >/dev/null; then
+elif which xsetroot >/dev/null 2>/dev/null; then
   BG=xsetroot
 fi
 test -z $BG || $BG -solid "#303030"