Jake Stanger
Jake Stanger
That's brilliant, thanks. Very cool to see Ironbar on a touchscreen too.
Fix landing in git shortly. You should see with this that popups will reposition themselves on any resolution/orientation/scale changes instantly, even while open.
Yep, looks like `wl_output` and GTK both only report an integer scale. I don't currently take this into account anyway, but this gets rounded up so a 1.25x scale becomes...
Definitely didn't just spend two days implementing the fractional scaling protocol only to find I can't use it, and `wl_output` gives me the number I need anyway. Fixed in git...