diff options
Diffstat (limited to 'abs/extra/xbmc/xbmc.sh')
-rw-r--r-- | abs/extra/xbmc/xbmc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/xbmc/xbmc.sh b/abs/extra/xbmc/xbmc.sh index a27f0f1..81584e4 100644 --- a/abs/extra/xbmc/xbmc.sh +++ b/abs/extra/xbmc/xbmc.sh @@ -1,7 +1,7 @@ #!/bin/bash #Stop XScreensaver -stop_xss.sh & +xscreensaver-command -exit #Launch XBMC /usr/bin/xbmc --lircdev /var/run/lirc/lircd -#Once XBMC exits, kill stop xss -killall stop_xss.sh +#Once XBMC exits, start XSceensager again +xscreensaver -no-splash & |