summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/stop_xss.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/stop_xss.sh')
-rwxr-xr-xabs/core/LinHES-system/stop_xss.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/stop_xss.sh b/abs/core/LinHES-system/stop_xss.sh
index b03169b..b73be85 100755
--- a/abs/core/LinHES-system/stop_xss.sh
+++ b/abs/core/LinHES-system/stop_xss.sh
@@ -3,7 +3,7 @@
while [ 1=1 ];
do
- if [ "$(pidof google-chrome)" -o "$(pidof huludesktop)" -o "$(pidof xbmc.bin)" ]
+ if [ "$(pidof google-chrome)" -o "$(pidof huludesktop)" -o "$(pidof kodi.bin)" -o "$(pidof plexhometheater)" ]
then
xscreensaver-command -deactivate
fi