Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####### First at statup I copy my video in the memory
- cp /home/oxhak/Vidéos/Jinx.wmv /dev/shm/ &&
- ####### And execute this script for my dual screens
- exec /home/oxhak/Scripts/wallpaper_anime_xwinwrap.sh &
- ####### The script contain
- #!/bin/bash
- ####### For the first screen
- xwinwrap -ov -g 1920x1080+0+0 -- mplayer -vo vdpau -monitoraspect 16:9 -brightness -5 -vf mirror -wid WID -fps 30 -quiet -nosound -loop 0 /dev/shm/Jinx.wmv &
- ####### For the second screen
- xwinwrap -ov -g 1366x768+1920+0 -- mplayer -vo vdpau -monitoraspect 16:9 -brightness -5 -aspect 16:9 -wid WID -fps 30 -quiet -nosound -loop 0 /dev/shm/Jinx.wmv &
Advertisement
Add Comment
Please, Sign In to add comment