Felix Kratz

Results 47 comments of Felix Kratz

This would be for background blur: ```c extern CGError SLSSetWindowBackgroundBlurRadius(int cid, uint32_t wid, uint32_t radius); ``` and the other things needed for vibrancy effects I think are listed in the...

I don't think #1115 is the way to go about this. Windows with modified alpha will deactivate the background blur. I have quickly hacked together something with limelight: ![Screen Shot...

> @FelixKratz @koekeishiya any way I can help ship this to yabai or will this only be possible with limelight? It is a fairly minor change that can be incorporated...

It can be done even easier than described above: The borders have no reason to be in front of the window. Rather, I have chosen to glue them *below* the...

I think I have read somewhere that pull requests are generally not welcome on this project. Just create a fork and patch these changes in, thats why I have linked...

The password prompt for unlocking system preferences does not like being transparent, even temporarily, password entry will be impossible afterwards. I believe this https://github.com/koekeishiya/yabai/blob/7e9b09b964a93a1cd376ba91509ef54a6427ed4e/src/space_manager.c#L409 causes all windows to be repositioned...

Sorry for the confusion, I sometimes forget to update these numbers… I will write a pre release checklist and go through it before the release from now on.

Yes, I could imagine having such options. Popups already draw their items from top to bottom, so the general logic for such a bar is already contained. I would need...

I did some experimenting with `left` and `right` positions of the bar. There are many things that are not working currently (groups, popups, shadows, ...) and this will remain an...

I will play with this some more and polish, document and properly test it some time in the future. I will close this for now since it is contained as...