summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/stop_xss.sh
blob: b03169b0059a4ad404880b2042be2ee696e88c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

while [ 1=1 ];
do

    if [ "$(pidof google-chrome)" -o "$(pidof huludesktop)" -o "$(pidof xbmc.bin)" ]
    then
    xscreensaver-command -deactivate
    fi
    sleep 60

done