How to set a video as wallpaper
Hi there,
I've been using i3 for a couple of years and since it consumes nothing in cpu/ram, I'd like to use those cycles somehow while bringing more eye candy to my desktop.
Therefore I'm asking for methods to set a video as wallpaper. I currently do it by using:
$ mplayer -loop 0 -rootwin -ao null -noconsolecontrols -fs video.avi
Sadly this only works fine in a single monitor, and gets split after adding a second screen:
i.imgur.com/w6WGqiL.jpg
This is weird because: $ mplayer -fullscreen video #works great in multi-screen, anyway, any advice is welcome.