diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/mint_auto_start_example.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mint_auto_start_example.sh b/examples/mint_auto_start_example.sh index 9482659..2063505 100755 --- a/examples/mint_auto_start_example.sh +++ b/examples/mint_auto_start_example.sh @@ -3,4 +3,4 @@ # and start xwinwrap with mplayer on desktop surface and play /path/to/your/video until $(echo xwininfo -name Desktop)|grep "IsViewable"; do :; done -xwinwrap -b -s -fs -fdt -d "Desktop" -- mplayer -wid WID --loop=0 --nosound /path/to/your/video +nice xwinwrap -b -s -fs -st -sp -nf -ov -fdt -d "Desktop" -- mplayer -wid WID -panscan=1.0 -nosound -framedrop /path/to/your/video |
