JayceFayne
JayceFayne
See CI failures from #1233
1a6e1849ef99bc2d76fa3df748538c641b7a8e2d was only tested on linux
fixed by https://github.com/Alexays/Waybar/pull/1289
> @JayceFayne can you help on this, many thanks Hey @ejez, I looked into this and from my understanding porting the IPC part is fairly easy. The problem that I...
This issue was fixed by #25
Yep, this is definitely an oversight on my part when I added the layout in 8af9ba21251699699fb9c510b58d383beb824342 😅 Looking at the relevant section in sway's [ipc-json.c](https://github.com/swaywm/sway/blob/7623292734d6ba48bbfef1c32da28d02118dac38/sway/ipc-json.c#L510) the [ipc_json_layout_description](https://github.com/swaywm/sway/blob/7623292734d6ba48bbfef1c32da28d02118dac38/sway/ipc-json.c#L41) function is called...
> Could you give us a before / after tracing flamegraph? This might be due to the more involved system graph processing. > > If that's the case, there are...