diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-06 01:11:36 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-06 01:11:36 -0500 |
commit | 1b07af78192bf628d88d400c592b109044b5828a (patch) | |
tree | 0828543259503c3e1b1fbf96442c6c136799754c /boot/start-horizon-qt5 | |
parent | f90a6dee60feb7a341d55003123cc9a7451ffc0c (diff) | |
download | horizon-1b07af78192bf628d88d400c592b109044b5828a.tar.gz horizon-1b07af78192bf628d88d400c592b109044b5828a.tar.bz2 horizon-1b07af78192bf628d88d400c592b109044b5828a.tar.xz horizon-1b07af78192bf628d88d400c592b109044b5828a.zip |
boot: Add Boot to Horizon resources
Diffstat (limited to 'boot/start-horizon-qt5')
-rwxr-xr-x | boot/start-horizon-qt5 | 8 |
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 |