You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop reserved space (in panel mode) seems to be double the actual window size.
When Xft.dpi: 192 (2x default).
After testing with test/workaread-adjustments which applies DPI left and applies inverse on the right margin,
Left alignment results in 3x reserved space (tested by maximizing a window), right alignment results in no reserved space.
Not sure whether right alignment can be fully trusted in the test because it could be affected my left alignment. It looks like window.geometry stores premultiplied values, and X11 expects logical position.
I just realized that right alignment wouldn't have worked because of having multiple monitors and testing on the left monitor. I edited inverse scaling on the left side, and that worked correctly.
Reported by @zygfryd
When
Xft.dpi: 192
(2x default).After testing with
test/workaread-adjustments
which applies DPI left and applies inverse on the right margin,Not sure whether right alignment can be fully trusted in the test because it could be affected my left alignment. It looks like
window.geometry
stores premultiplied values, and X11 expects logical position.Related function: x11.cc/set_struts
Broken by #1910, #1862, or #1849.
The text was updated successfully, but these errors were encountered: