-
Notifications
You must be signed in to change notification settings - Fork 281
Conversation
@Job79, @PalanixYT, can you test this? |
Can no longer reproduce the "freeze" issue from #349 when applying this pull request |
Have been using this patch for 2 days now, never experienced any freezes. But I did see some flickering when resizing / opening alacritty. There is no flickering when using foot / chromium, so this is probably an alactitty problem? |
Not really, this is hackish, we should listen to the |
will be enabled when setting up its monitor and arrange it Bug: djpohly#306
instead listen to the ack_configure event, it is not ideal but some clients (e.g a wlroots-based compositor in wayland backend) do not call wl_surface.commit after an empty configure, e.g call wlr_xdg_toplevel_set_size() with the same width and height. Bug: djpohly#306
this to make sure the change of `c->resize` is taken into account
Before merging, make sure #349 is fixed.
Fixes: #306