From 39b9cdfdb9687aeecd4d4649fdb7b139da47d516 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 11 Sep 2023 21:04:30 +0100 Subject: [PATCH] IceWM: Wait for WM to start --- roles/home-gui/files/icewm/startup | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-gui/files/icewm/startup b/roles/home-gui/files/icewm/startup index 6118b3a..c0b0c53 100755 --- a/roles/home-gui/files/icewm/startup +++ b/roles/home-gui/files/icewm/startup @@ -1,6 +1,7 @@ #!/bin/sh if [ -x /usr/local/bin/hsetroot ] then + sleep 1 /usr/local/bin/hsetroot -solid steelblue fi return 0