Erik Reider

Results 322 comments of Erik Reider

Optimized blur (x-ray) example in tinywl is now added. It's **very** simple but it works good enough to demonstrate what it does and how it works :) ![image](https://github.com/user-attachments/assets/52117166-050a-4ed2-8cdd-3bc0cd46ba78) *Notice how...

Might want to merge this after 0.2? Would give us some more time to think of a better impl, especially if we get a #60 impl merged

> both rectangles now seem part of the blurring, other windows are not though so just seems like a layer order thing! Fixed by [698373b](https://github.com/wlrfx/scenefx/pull/33/commits/698373bc19c0e494d8dc17d9fb19125427428590) :D

We could use the `wlr_render_color` struct instead :)

Lol, apparently I fixed this back in January xD

What about moving this into a sister-node to our `wlr_scene_buffer` as a new node type? We could provide shadow control, border x/y offset, width, height, etc without messing with the...

Hmm. I'm not sure if I'm able to get which workspace is focused through get_tree

The `visible` key is interesting but it's set to true for all applications on all visible workspaces (multiple monitors)

I don't think that wlroots supports capturing each application preview yet. It does support whole monitor support though