Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working Compositors? #19

Open
EmmaTheMartian opened this issue Feb 23, 2021 · 3 comments
Open

Working Compositors? #19

EmmaTheMartian opened this issue Feb 23, 2021 · 3 comments

Comments

@EmmaTheMartian
Copy link

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!

@cobalt32
Copy link

Xcompmgr doesn't work either. :(

@Lord3n20
Copy link

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

@Galladite27
Copy link

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 :]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants