Update scenefx

wochap 2024-04-05 14:50:17 +00:00
parent 174f06400a
commit 9f9cbc5c2d

@ -10,6 +10,7 @@ static const struct wlr_render_color shadow_color_focus = COLOR(0xFF0000ff);
static const int shadow_blur_sigma = 20;
static const int shadow_blur_sigma_focus = 40;
static const char *const shadow_ignore_list[] = { "xdg-desktop-portal-gtk", "cpupower-gui", NULL }; /* list of app-id to ignore */
static const int corner_radius = 0;
```
> **NOTE:** If you are using nix, I have packaged scenefx https://github.com/wochap/nix-config/blob/main/packages/scenefx/default.nix
@ -51,7 +52,7 @@ static const char *const shadow_ignore_list[] = { "xdg-desktop-portal-gtk", "cpu
### Download
- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/scenefx)
- [v0.5](https://codeberg.org/dwl/dwl-patches/raw/commit/9147f25eca70f728be563487388178495b9c4b2d/scenefx/scenefx.patch)
- [v0.5](https://codeberg.org/dwl/dwl-patches/raw/commit/45d849cab5074bb5715e931805cfbafb63da60b1/scenefx/scenefx.patch)
### Authors
- [wochap](https://codeberg.org/wochap)