You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
If I pass it like that ( -w WID ) it works but only for gifview if I try to use it with mpv I must specify WID by --wid=WID and it keep returning a non integer
When I issue this command:
xwinwrap -fs -ni -s -nf -b -un -argb -fdt -sh circle -- gifview -w=WID mygif.gif -a
it returns this output:
I tried with:
xwinwrap -fs -ni -s -nf -b -un -argb -fdt -sh circle -- echo WID
and it actually returns:
as the WID is a byte and not an integer, so why do this happens?
I'm on latest Debian Sid, and using Linux 5.6.0-2-amd64 kernel
The text was updated successfully, but these errors were encountered: