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

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