Tudor Brindus
Tudor Brindus
Yeah, that's correct.
> Fixed. Great! > What display type are you using for qemu? Whoops, I think I confused you with the application in my screenshot -- it's not QEMU, it's https://looking-glass.io/....
Great work, can confirm things are better now. Looks like you also fixed left/bottom borders getting chopped off in full-workspace views :) > When floating a tabbed application, the tab...
Yes, that's precisely what I did to cause the issue to occur. Maybe relevant is that I have `workspace_layout tabbed` in my config, so the terminal + application window are...
Confirmed it doesn't reproduce when `workspace_layout` is not `tabbed`.
It's not, it goes down the `B_NONE` branch instead (toggling floating toggles it between `B_NORMAL` and `B_NONE`). Adding `wlr_scene_node_set_enabled(con->title_bar.node, false);` in the `B_NONE` branch seems to fix the issue when...
Good catch, can confirm it fixes the issue here.
* Resizing a floating `gedit` is juddery. Maybe another incarnation of the configure issue? This PR https://user-images.githubusercontent.com/1403503/156079589-0616c7c5-74c4-4302-9ac7-1bd599092f92.mp4 master https://user-images.githubusercontent.com/1403503/156079566-a8ca6378-9350-4d4c-9fb8-ebecf1e8f744.mp4 * Resizing something like a floating Firefox causes it to paint...
Awesome, can confirm that's the case here. Also, Firefox no longer resizes strangely either. Getting there :) * Many X11 applications time out transactions during interactive resizes in a similar...
Related: https://github.com/swaywm/sway/issues/4937