CtByte

Results 95 comments of CtByte

some apps need to be managed by [telling Komorebi just that](https://lgug2z.github.io/komorebi/common-workflows/force-manage-windows.html) perhaps that will work for solidworks, but again, be aware that not all apps behave nicely when managed, especially...

you can use ignore or floating rules such as this (perhaps composite rules would make the most sense) ```json [ { "kind": "Exe", "id": "msedgewebview2.exe", "matching_startegy": "Equals" }, { "kind":...

also if you come up with something you are happy with, perhaps you could consider to make a [PR on this project](https://github.com/LGUG2Z/komorebi-application-specific-configuration) so your solution could help others too 🙂

@Stonks3141 Thanks for looking into this, I built the `no-border` branch and used the todo example to check against my demo project. The result proves that removing the `bg_stroke` is...

@Stonks3141 I could not really test this properly but there seem to be a change in eframe 0.31 that draws the stroke inside instead of outside. I think this might...