1
1
mirror of https://github.com/swaywm/sway synced 2024-11-23 13:22:17 +01:00
sway/sway
Pedro Côrte-Real 1312b5bb9f Layout correctly with several new windows
If there is more than one new window layout correctly by calculating the
default size of the new windows using the information of how many of
them there are in total.

This helps with issue #3547 but doesn't fix it in all situations. Things
now work correctly if the first layout of new windows happens after
leaving fullscreen. But if for some reason an arrange_container() gets
called while we are fullscreen the windows will still be incorrectly
sized after saved_width/saved_height get used to restore the first
window's size before going fullscreen.
2019-07-14 11:13:55 -04:00
..
commands cmd_split: fix toggle split for non-split layouts 2019-07-11 10:46:56 -04:00
config
desktop
input
tree Layout correctly with several new windows 2019-07-14 11:13:55 -04:00
commands.c
config.c
criteria.c
decoration.c
ipc-json.c
ipc-server.c
main.c
meson.build
security.c
server.c
sway-bar.5.scd
sway-input.5.scd
sway-ipc.7.scd
sway-output.5.scd
sway.1.scd
sway.5.scd
swaynag.c
xdg_decoration.c