summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/xbmc/xbmc.sh')
-rw-r--r--abs/extra/xbmc/xbmc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/xbmc/xbmc.sh b/abs/extra/xbmc/xbmc.sh
index 81584e4..333c857 100644
--- a/abs/extra/xbmc/xbmc.sh
+++ b/abs/extra/xbmc/xbmc.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#Stop XScreensaver
-xscreensaver-command -exit
+stop_xss.sh
#Launch XBMC
/usr/bin/xbmc --lircdev /var/run/lirc/lircd
#Once XBMC exits, start XSceensager again
-xscreensaver -no-splash &
+killall stop_xss.sh