#!/bin/sh

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