summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-23 03:30:11 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-23 03:30:11 -0500
commit5d4533e59e8efbef2397eb3536e4252f9bf294d9 (patch)
tree2b81e4bb14c1dad44b4c87ae4fa1de3bcc13d4c6
parent573911316dc44f4572984d672f3235dc7397d715 (diff)
downloadhorizon-5d4533e59e8efbef2397eb3536e4252f9bf294d9.tar.gz
horizon-5d4533e59e8efbef2397eb3536e4252f9bf294d9.tar.bz2
horizon-5d4533e59e8efbef2397eb3536e4252f9bf294d9.tar.xz
horizon-5d4533e59e8efbef2397eb3536e4252f9bf294d9.zip
boot: Fix xsetroot call
-rwxr-xr-xboot/start-horizon-qt52
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