We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
way-displays
exec way-displays > /tmp/way-displays.1.log 2>&1 exec swww-daemon > /tmp/swww-daemon.1.log 2>&1 exec swww img --transition-type fade --transition-duration 1 img.jpg
swww query also reports the wrong scale (should be 1.5):
swww query
eDP-1: 1440x900, scale: 2, currently displaying: image: img.jpg
Killing the swww-daemon and restarting it fixes the problem. I feel like there's a race condition going on when starting up.
swww-daemon
Let me know if I can help somehow debugging this further.
The text was updated successfully, but these errors were encountered:
What version of swww are you using?
swww
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
Sorry, something went wrong.
Ah, sorry I forgot to mention that earlier, it's 0.9.5.
Yes, that fixes it.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: