From 573911316dc44f4572984d672f3235dc7397d715 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 23 Jun 2020 02:55:59 -0500 Subject: boot: Set background and disable compositing --- boot/README.rst | 4 ++++ boot/kwinrc | 2 ++ boot/start-horizon-qt5 | 1 + 3 files changed, 7 insertions(+) create mode 100644 boot/kwinrc (limited to 'boot') diff --git a/boot/README.rst b/boot/README.rst index b8f46f2..04f4e34 100644 --- a/boot/README.rst +++ b/boot/README.rst @@ -55,6 +55,10 @@ Directory Layout SDDM configuration file to automatically start the Horizon wizard. Installed as ``/etc/sddm.conf.d/horizon.conf``. +``kwinrc`` + KWin configuration file. + Installed as ``/etc/xdg/kwinrc``. + ``qt5ct.conf`` Qt 5 theme. Installed as ``/usr/share/qt5ct/qt5ct.conf``. diff --git a/boot/kwinrc b/boot/kwinrc new file mode 100644 index 0000000..b5b0784 --- /dev/null +++ b/boot/kwinrc @@ -0,0 +1,2 @@ +[Compositing] +Enabled=false 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 -- cgit v1.2.3-60-g2f50