Open chmanie opened 5 months ago
What version of swww
are you using?
EDIT: also, to test if it really is a race condition, you could try doing something like:
exec sleep 1 && swww-daemon > /tmp/swww-daemon.1.log 2>&1
What version of
swww
are you using?
Ah, sorry I forgot to mention that earlier, it's 0.9.5.
EDIT: also, to test if it really is a race condition, you could try doing something like:
Yes, that fixes it.
I am having a similar problem as #285 (the result looks similar).
I am using
way-displays
and here's how I start the daemons in the sway config:swww query
also reports the wrong scale (should be 1.5):Killing the
swww-daemon
and restarting it fixes the problem. I feel like there's a race condition going on when starting up.Let me know if I can help somehow debugging this further.