summaryrefslogtreecommitdiff
path: root/boot/start-horizon-qt5
diff options
context:
space:
mode:
Diffstat (limited to 'boot/start-horizon-qt5')
-rwxr-xr-xboot/start-horizon-qt58
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/start-horizon-qt5 b/boot/start-horizon-qt5
new file mode 100755
index 0000000..0541de6
--- /dev/null
+++ b/boot/start-horizon-qt5
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+kwin_x11 &
+horizon-qt5
+if [ $? -eq 0 ]; then
+ horizon-run-qt5
+fi
+reboot