summaryrefslogtreecommitdiff
path: root/boot/start-horizon-qt5
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-23 02:55:59 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-23 02:55:59 -0500
commit573911316dc44f4572984d672f3235dc7397d715 (patch)
tree68ea7e3e0bf0b84f853a844503c1be4c6575a8d5 /boot/start-horizon-qt5
parentbe32732db2830b50d6400665ddcd4ed71c0805cc (diff)
downloadhorizon-573911316dc44f4572984d672f3235dc7397d715.tar.gz
horizon-573911316dc44f4572984d672f3235dc7397d715.tar.bz2
horizon-573911316dc44f4572984d672f3235dc7397d715.tar.xz
horizon-573911316dc44f4572984d672f3235dc7397d715.zip
boot: Set background and disable compositing
Diffstat (limited to 'boot/start-horizon-qt5')
-rwxr-xr-xboot/start-horizon-qt51
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/start-horizon-qt5 b/boot/start-horizon-qt5
index 0541de6..ce27931 100755
--- a/boot/start-horizon-qt5
+++ b/boot/start-horizon-qt5
@@ -1,5 +1,6 @@
#!/bin/sh
+xsetroot -bg "Steel Blue"
kwin_x11 &
horizon-qt5
if [ $? -eq 0 ]; then