#!/bin/sh

if [ ! -z "$(pidof qtlockscreen)" ]; then killall -9 qtlockscreen; fi
start qtlockscreen
exit 0 
