IceWM: Wait for WM to start
This commit is contained in:
parent
f0c157f36b
commit
39b9cdfdb9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -x /usr/local/bin/hsetroot ]
|
if [ -x /usr/local/bin/hsetroot ]
|
||||||
then
|
then
|
||||||
|
sleep 1
|
||||||
/usr/local/bin/hsetroot -solid steelblue
|
/usr/local/bin/hsetroot -solid steelblue
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue