From 58e1cd945dc495732a0f3edbea8171e5732c1c5e Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 24 Jun 2025 14:55:18 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5bc023b..bc50245 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This project's development is based on [dwl](https://codeberg.org/dwl/dwl/). - Sway-like scratchpad and named scratchpad - Minimize window to scratchpad - Hycov-like overview + - Window effects from scenefx(blur, shadow, corner radius, opacity) Master-Stack Layout @@ -58,6 +59,11 @@ cd wlroots meson build -Dprefix=/usr sudo ninja -C build install +git clone https://github.com/wlrfx/scenefx.git +cd scenefx +meson build -Dprefix=/usr +sudo ninja -C build install + git clone https://github.com/DreamMaoMao/maomaowm.git cd maomaowm meson build -Dprefix=/usr @@ -176,3 +182,5 @@ Here's an example of using the modules in a flake: - https://codeberg.org/dwl/dwl - Basal dwl feature - https://github.com/swaywm/sway - Sample of Wayland protocol + +- https://github.com/wlrfx/scenefx - Make it simple to add window effect. \ No newline at end of file