Adrian
Adrian
> Is this intended to work without `SoftReload` Yes. > Then we would just need a smart way to get the additional bars started/killed. Something I haven't thought about yet,...
I have this feature at a working state now, but of course there is still some stuff to do, as most themes will not work with this. For now this...
I just updated this branch in case anyone wants to test it (I didn't yet and don't exactly expect this to behave after a 3.5k line diff merge). It's still...
Update: After short testing I noticed two issues: - We aren't deduplicating screen updates, so the `up` scripts are called multiple times in a short time (asynchronously!), I don't think...
https://github.com/leftwm/leftwm/blob/7c1ca7395814d528669f05161f95393e9cd6bfd7/leftwm-core/src/models/workspace.rs#L15
As far as I can see, this would be a pretty big chunk of (unnecessary?) code, because this would need to be hand-parsed (many match statements). Wouldn't be a simple...
> Idk if there is also a x11 event we could catch when an url gets forwarded to the browser. That part of the system usually goes over xdg, not...
Separate refactor branch would be cool anyways :)
We already sign most of our commits. Most commits on the main branch are signed with Github's key, as they were made using their web-ui using one of your (maintainers)...
The problem with merging PRs from codeberg would be that the pull request IDs (in `refs/pull//head`) wouldn't be unique anymore. I don't even know if GitHub would accept it if...