birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 466ce9d2fbb4ef5e87b1a43f5617a19f6845a9c3
parent bc9c5f516b40fb136aca4359bddc8e387e8a553c
Author: mrgrouse <bdmfegys@duck.com>
Date:   Mon,  3 Mar 2025 23:27:08 -0500

README.md: add section for dependencies

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,13 @@ # Birdwm, dwm for birds, by a bird! ![Birdwm!](https://git.mrgrouse.com/mrgrouse/birdwm/raw/branch/main/extras/screenshot.png) +## Dependencies: +- libxinerama +- freetype2 +- libev +- execline (optional: only for [my specific startup script](/mrgrouse/birdwm/src/branch/main/autostart/autostart.e)) +- a few more, i haven't checked yet (don't hurt me please) + ## Patches and Features - [xrdb](https://dwm.suckless.org/patches/xrdb): Birdwm patch that reads [Xresources](https://dwm.suckless.org/patches/xresources) colors/variables (i.e. works with `pywal`, etc.).