#!/bin/sh

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