aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-22 21:20:03 -0800
committerGitHub <[email protected]>2024-01-22 21:20:03 -0800
commitc61683a758f1289662df9b8c0bb814ae0d0d8a70 (patch)
treeca5815545b61b90d93f757d6cfe0916375873431 /README.md
parentdocs(readme): add sei specific fixes and patches (diff)
downloadseiwm-c61683a758f1289662df9b8c0bb814ae0d0d8a70.tar.xz
seiwm-c61683a758f1289662df9b8c0bb814ae0d0d8a70.zip
docs(readme): recommend zig
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f32612d..33c562d 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ makepkg -si
## Recommendations
- Use [Compfy](https://github.com/allusive-dev/compfy) for X11 compositing for "transparency, background blurring, rounded corners, animations and way more!"
+- Install and specify [Zig](https://ziglang.org/) as `CC` inside of [`config.mk`](https://github.com/Fuwn/seiwm/blob/master/config.mk#L43) for improved memory allocation and runtime speed: `CC = zig cc`
## Sei Specific Fixes & Patches