Hi,
I'm under "Ubuntu 22.04.1 LTS" whit X11 and I've a big 32/9 screen:
display_info DisplayInfo { id: 446, x: 0, y: 0, width: 5120, height: 1440, rotation: 0.0, scale_factor: 1.0, is_primary: true }
if I have 2 separate windows, one taking all place on left on the other on right, I get that:
What I really show on my Screen:
Now what ActiveWindow SHOW:
LEFT:
active window: ActiveWindow {
title: "syl21@XPS-8930: ~/projets/debug",
process_name: "Gnome-terminal",
window_id: "50331658",
process_id: 3663,
position: WindowPosition {
x: 140.0,
y: 14.0,
width: 2555.0,
height: 1453.0,
},
}
RIGHT:
active window: ActiveWindow {
title: "",
process_name: "firefox",
window_id: "46137405",
process_id: 4593,
position: WindowPosition {
x: 5158.0,
y: 8.0,
width: 2567.0,
height: 1465.0,
},
}
As you can see they are mistake in RIGHT window position, normaly:
- x would be like 2695.0
- y would be 14
- width same as LEFT
- height same as LEFT
Thx for your help ;-)