]> Dogcows Code - chaz/openbox/blobdiff - data/autostart/openbox-autostart.in
Merge branch 'master' into chaz
[chaz/openbox] / data / autostart / openbox-autostart.in
index 063c635feb39c78767d8826c56eb01a14c6c746b..5c7277740396c9cf92a6fc6a1a316324f867f043 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"
This page took 0.02131 seconds and 4 git commands to generate.