nect
nect
This is probably related to #1241
Seeing this again, it may be a rounding error in the drawing code. I will investigate
I can reliably confirm this. I will try to rework the drawing code a bit to remove it
did you enable `per_monitor_dpi`?
> Yes, with no effect. From what I can see, this settings is X11-only. I am checking the code and it is indeed an x11 only option. But does the...
are you able to compile dunst ? I can add some logging in the wl_get_scale function. Unfortunately I can't test it myself because I don't have such wayland environment
I have made that small modification in my fork (https://github.com/bynect/dunst/tree/log-scale). If you could try it maybe we can get a better understanding of what's going on
@matejdro I am very sorry I just noticed that the branch I pointed you was not actually synced with the changes I made. I added some logging calls in the...
> Both monitors print: > > ``` > INFO: Output not found! > INFO: Checking output (null) (49) with scale 2 > INFO: Checking output (null) (48) with scale 1...
@alebastr sorry to disturb you, but you seem to be one of the people that know the wayland backend the most. Do you know why the get_configured_output function doesn't return...