paperview icon indicating copy to clipboard operation
paperview copied to clipboard

Working Compositors?

Open EmmaTheMartian opened this issue 4 years ago • 3 comments

Are there any known compositors that work with Paperview? I'm working on a rice that utilizes this, and I want to use a compositor to really emphasize this program, because it's stinkin' awesome! I've tried Picom and Compton, and as I expected, both failed.

Thanks in advance!

EmmaTheMartian avatar Feb 23 '21 01:02 EmmaTheMartian

Xcompmgr doesn't work either. :(

cobalt32 avatar May 16 '22 06:05 cobalt32

Even just flags that work would be cool. Thx I really love the whole thing

Lord3n20 avatar Jul 22 '22 22:07 Lord3n20

I haven't found a solution for this, but a slightly more resource-intensive method of achieving this is this:

while true; do for i in {0..x}; do xwallpaper --output eDP1 --zoom ./out-$i.jpg; sleep 0.05; done; done

replace the x in "0..x" with however many frames your scene has, minus one. Change the "eDP1" to whatever your monitor is called (you can find this out using xrand). Change the sleep timing to change how long each frame is.

Hope this helps for the time being :]

Galladite27 avatar Nov 10 '22 23:11 Galladite27