Phillip Berndt
Phillip Berndt
pqiv [already attempts to load files once all modifications are done or when they are created](https://github.com/phillipberndt/pqiv/blob/master/pqiv.c#L1305). A common pattern for what you are trying to do is to download to...
Do you _grep_ for Home, or look through the list? pqiv has multiple key binding domains, and Home is bound in both. Try adding another `@MONTAGE { { nop() }...
Unfortunately, different tiling WMs have different ideas of how to interact with X11 applications. pqiv has various workarounds to create a somewhat good user experience everywhere. Maybe this changed, it's...
libav supports apng. Could you check what happens if you disable all backends but ffmpeg/libav (see man page)? If that works it might be as simple as hardcoding apng files...
Sorry for the delay, and thanks for the reminder. The same command works fine for me, and I can view an animated PNG. The core dump looks like there's something...
Backends aren't currently aware of thumbnailing, they're just asked to draw a freshly loaned file into a small buffer. For movies, that's an empty one most of the time. I'll...
There isn't currently, but disabling the backward movement wraparound shouldn't be hard to add.
Why does stdin not work for you in this case? If you need to have the stream available as a named file, `mkfifo ctrl && cat ctrl | pqiv --actions-from-stdin`...
Dang. So there's still a race condition. Unfortunately I completely fail to reproduce this right now :/ We knew that it worked in c279e44 - it's only been 13 commits...
You can do that by adding a wrapper script and using `--actions-from-stdin` if you need a quick workaround.