diff options
-rwxr-xr-x | boot/start-horizon-qt5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/start-horizon-qt5 b/boot/start-horizon-qt5 index ce27931..a39e6fc 100755 --- a/boot/start-horizon-qt5 +++ b/boot/start-horizon-qt5 @@ -1,6 +1,6 @@ #!/bin/sh -xsetroot -bg "Steel Blue" +xsetroot -solid "Steel Blue" kwin_x11 & horizon-qt5 if [ $? -eq 0 ]; then |