diff options
| author | Fuwn <[email protected]> | 2024-01-22 21:20:03 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-22 21:20:03 -0800 |
| commit | c61683a758f1289662df9b8c0bb814ae0d0d8a70 (patch) | |
| tree | ca5815545b61b90d93f757d6cfe0916375873431 /README.md | |
| parent | docs(readme): add sei specific fixes and patches (diff) | |
| download | seiwm-c61683a758f1289662df9b8c0bb814ae0d0d8a70.tar.xz seiwm-c61683a758f1289662df9b8c0bb814ae0d0d8a70.zip | |
docs(readme): recommend zig
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |