René D. Obermüller
René D. Obermüller
Marking this as draft again. There might be a use case to actually allow specifying a command, perhaps with the foreign toplevel id in the parameter or environment variable. I'm...
Doesn't really work like that with the foreign toplevel id. But at least we can allow {app_id} etc for commands. That's in the PR now.
I'm closing this PR. I'm not using wlr/taskbar enough to keep up with additional changes, and I don't have enough spare time at this time to test any conflict resolved...
How are you starting satty? It might be possible to achieve this with some shell magic. 
Thanks for explaining the use case. Yes, only png works as output format at this time. Of course it can make things easier, but the challenge I see with more...
ah, so you need to save different annotations of the same base image? So Satty would have to track the amount of times save was done? Not sure if that's...
I think the speed up on the consecutive starts speaks for a caching effect. This can be observed with `LD_DEBUG=statistics`. On my machine, it takes 0.6s before the first instruction...
To get a better understanding on this, would you people be able to provide output with `--profile-startup` added with #167? ``` date "+%s,%N" && LD_DEBUG=statistics satty --profile-startup ``` I suppose...
> [satty-startup.txt](https://github.com/user-attachments/files/20099534/satty-startup.txt) > > [satty-startup-consecutive.txt](https://github.com/user-attachments/files/20099571/satty-startup-consecutive.txt) This is a dramatic speedup by the second start. But it does not look like it's related to any library caching (or image loading for...
> [strace.out.txt](https://github.com/user-attachments/files/20148343/strace.out.txt) Apologies, I'm not doing that often anymore. The satty command should have been including `--profile-startup` as well. And while we're at it, maybe skip the abbrevations in the...