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
My display configuration consists of 3 full hd monitors in a row (like can be seen in #5436).
Currently I do my development work on remote machine accessible through vnc. Remote display is of size of 2 full hd monitors giving 3840x1080 resolution.
To properly position vnc client I have a following rule in rules file of window_layouter:
The problem I observe is that if I change width from deliberately inaccurate 3841 value to 3840, then vnc app is being maximized or resized to all my three monitors. As soon as I change it to a value which does not match remote screen than rule seems to work as expected.
As I have a workaround it is not urgent in any way, but maybe it will help to pinpoint some corner case that should be fixed.
The text was updated successfully, but these errors were encountered:
My display configuration consists of 3 full hd monitors in a row (like can be seen in #5436).
Currently I do my development work on remote machine accessible through vnc. Remote display is of size of 2 full hd monitors giving 3840x1080 resolution.
To properly position vnc client I have a following rule in
rules
file ofwindow_layouter
:The problem I observe is that if I change
width
from deliberately inaccurate 3841 value to 3840, then vnc app is being maximized or resized to all my three monitors. As soon as I change it to a value which does not match remote screen than rule seems to work as expected.As I have a workaround it is not urgent in any way, but maybe it will help to pinpoint some corner case that should be fixed.
The text was updated successfully, but these errors were encountered: