GhostNaN / mpvpaper

A video wallpaper program for wlroots based wayland compositors.
GNU General Public License v3.0
713 stars 21 forks source link

use all outputs except one #53

Closed fabolous005 closed 8 months ago

fabolous005 commented 8 months ago

I have my ipad connected as an external display via wifi/vnc. When mpvpaper is running the vnc connection is really slow.

Is there a possibility to specify a range of outputs so i can exclude my ipad? Maybe just an option to exclude all headless outputs?

GhostNaN commented 8 months ago

Sorry for the late reply. You couldn't before, but you should be able to now! With this commit: https://github.com/GhostNaN/mpvpaper/commit/b677779fcbb5d662a3cc1f180f7099776e49d5fd Just add in all your outputs within qutoes"" like so: mpvpaper "HDMI-A-1 DP-1 DP-2" /path/to/video

fabolous005 commented 8 months ago

works like a charm thank you!