summaryrefslogtreecommitdiff
path: root/boot/start-horizon-qt5
blob: 0541de6e2d32bf7a4e144d4b9e843853f989e72d (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

kwin_x11 &
horizon-qt5
if [ $? -eq 0 ]; then
	horizon-run-qt5
fi
reboot