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

xsetroot -bg "Steel Blue"
kwin_x11 &
horizon-qt5
if [ $? -eq 0 ]; then
	horizon-run-qt5
fi
reboot