IceWM: Wait for WM to start

This commit is contained in:
Anthony Rose 2023-09-11 21:04:30 +01:00
parent f0c157f36b
commit 39b9cdfdb9

View file

@ -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