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
Describe the bug
Now Super+= can increase the window width until screen_width - 2*horizontal_margin, and Super+F sets the width to screen-width - 2*window_gap. But when the margin is greater than gap (in my case, margin=64 and gap=20) it is incorrect.
And if I switch to the maximized window which is off screen quickly (without showing the minimap), its width screen_width - 2*gap will be decreased to screen_width - 2*margin, otherwise the width remains unchanged.
Plus, when I swipe the view quickly, the first or last window will "snap" to the screen edges, with a gap of window_gap but I think this should be horizontal_margin. Also when I switch the focus mode from EDGE to DEFAULT it will snap to screen edges with a gap of window_gap instead of horizontal_margin.
To Reproduce
Steps to reproduce the behavior:
Set horizontal margin to 64 and gap between windows to 20.
Maximize a window by Super+F (its width would be screen_width - 2*gap, while I believe it should be screen_width - 2*margin).
Switch to other windows until it is off screen.
Switch back to the window quickly before the minimap showing (its width would be decreased to screen_width - 2*gap).
Expected behavior Horizontal margin and vertical margin define the maximum view region in the screen so I believe the active window should never exceed it.
Describe the bug
Now
Super
+=
can increase the window width untilscreen_width - 2*horizontal_margin
, andSuper
+F
sets the width toscreen-width - 2*window_gap
. But when the margin is greater than gap (in my case, margin=64 and gap=20) it is incorrect.And if I switch to the maximized window which is off screen quickly (without showing the minimap), its width
screen_width - 2*gap
will be decreased toscreen_width - 2*margin
, otherwise the width remains unchanged.Plus, when I swipe the view quickly, the first or last window will "snap" to the screen edges, with a gap of
window_gap
but I think this should behorizontal_margin
. Also when I switch the focus mode from EDGE to DEFAULT it will snap to screen edges with a gap ofwindow_gap
instead ofhorizontal_margin
.To Reproduce
Steps to reproduce the behavior:
Super
+F
(its width would bescreen_width - 2*gap
, while I believe it should bescreen_width - 2*margin
).screen_width - 2*gap
).Expected behavior
Horizontal margin and vertical margin define the maximum view region in the screen so I believe the active window should never exceed it.
System information:
The text was updated successfully, but these errors were encountered: