jstkdng / ueberzugpp

Drop in replacement for ueberzug written in C++
GNU General Public License v3.0
691 stars 24 forks source link

Positioning off in Sway #189

Open lasnikr opened 1 month ago

lasnikr commented 1 month ago

I am using the Wayland version of ueberzugpp in Sway, my terminal is Alacritty (but with Kitty it's the same problem).

This is how it looks when opened at the bottom: image

This is how it looks when opened on the right: image

This is how it looks when opened at the top left with Waybar: image

This is how it looks when opened at the top left without Waybar (which is what I would expect): image

I found issue #49, and it seems that the positioning is off, but in the exact opposite direction.

jstkdng commented 1 month ago

Can you test master and see if it works?

lasnikr commented 1 month ago

I used the newest commit (I have a personal github workflow for the build) but it didn't change anything at all it seems.

jstkdng commented 1 month ago

ok, was able to reproduce the issue, seems related to fractional scaling, will try to update