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
I use Ulauncher as my app launcher. I have a window rule to make it float, and Sway naturally places it dead on the middle of the active workspace when I invoke it.
Ulauncher's window changes its size as it hits results on whatever you're searching. Up until Sway 1.4, ulauncher's top border would remain positioned at its initial position regardless of how the window would resize.
Upon upgrading to Sway 1.5-rc1 the positioning has gone a bit wonky. When you're searching, sometimes Sway will reposition the window lower. I can't find a pattern by which it happens. It's best seen on a vid:
If a client commits a new size on its own, we create a transaction for
the resize like any other. However, this involves sending a configure
and waiting for the ack, and wlroots will not send configure events when
there has been no change. This leads to transactions timing out.
Instead, just mark the view ready immediately by size when the client
is already ready, so that we avoid waiting for an ack that will never
come.
Closes: swaywm#5490
If a client commits a new size on its own, we create a transaction for
the resize like any other. However, this involves sending a configure
and waiting for the ack, and wlroots will not send configure events when
there has been no change. This leads to transactions timing out.
Instead, just mark the view ready immediately by size when the client
is already ready, so that we avoid waiting for an ack that will never
come.
Closes: #5490
Sway 1.5-rc1
wlroots a7f48aab6968ad67ff7eef2828bd6f6e45c18ab5
The log covers triggering Ulauncher, one search until the window repositions weirdly, then closing it without launching an app
https://pastebin.com/wgDfMzck
https://github.com/luispabon/sway-dotfiles/tree/master/configs/sway
The issue
I use Ulauncher as my app launcher. I have a window rule to make it float, and Sway naturally places it dead on the middle of the active workspace when I invoke it.
Ulauncher's window changes its size as it hits results on whatever you're searching. Up until Sway 1.4, ulauncher's top border would remain positioned at its initial position regardless of how the window would resize.
Upon upgrading to Sway 1.5-rc1 the positioning has gone a bit wonky. When you're searching, sometimes Sway will reposition the window lower. I can't find a pattern by which it happens. It's best seen on a vid:
https://www.youtube.com/watch?v=94RqjF9v7bE&feature=youtu.be
The text was updated successfully, but these errors were encountered: