From: paul Date: Thu, 15 Dec 2016 13:36:05 +0000 (+0000) Subject: try to move mouse cursor out of sight before playing locally X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=dfdaf2aee35b9b1ae112df2828b6ab7fa380a7a8 try to move mouse cursor out of sight before playing locally svn path=/trunk/; revision=166 --- diff --git a/actions/watch.sh b/actions/watch.sh index dbaa919..b7fad86 100755 --- a/actions/watch.sh +++ b/actions/watch.sh @@ -73,19 +73,20 @@ case "$_COOKIE[watch]" in cp "$metafile" "$playmeta" else rm "$playmeta" - "${_EXEC}"/helpers/genmeta.sh "$playuri" "$playmeta" >/dev/null + "${_EXEC}"/helpers/genmeta.sh "$playuri" "$playmeta" >&- fi export DISPLAY=":0" uid="$(id |sed -rn '1s;.*uid=([0-9]+)[^0-9].*;\1;p')" export XDG_RUNTIME_DIR="/run/user/$uid" # required for Pulseaudio - xrandr || true >/dev/null # helps enable all screens + xrandr || true >&- # helps enable all screens + xvkbd -text '\x+10000\y+10000' || true >&- if mplayer |grep -q MPlayer2; then nohup /usr/bin/mplayer \ --slave --input=file="$fifofile" \ --volume="$volume" \ - "$playuri" 2>"$statusfile" >/dev/null & + "$playuri" 2>"$statusfile" >&- & else nohup /usr/bin/mplayer \ -slave -input file="$fifofile" \