summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-10-01 08:14:07 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-10-01 08:14:07 -0400
commitb56a347663a65d624188cccf73048ff966aa9bb5 (patch)
treeb4171c82746cf6334ff289952d17490d3b28e459 /README.md
parent39f4f3ed217a2b938fff944196a053cb730eb828 (diff)
libxft stuff removed
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2127b01..1c15d73 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,3 @@ sudo make install
```
There is also a `PKGBUILD` usable on distributions with pacman. Run `makepkg -si` instead of `sudo make install`.
-
-### You must also install `libxft-bgra`!
-
-This build of dwm does not block color emoji in the status/info bar, so you must install [libxft-bgra](https://aur.archlinux.org/packages/libxft-bgra/), which fixes a libxft color emoji rendering problem, otherwise dwm will crash upon trying to render one. Hopefully this fix will be in all libxft soon enough.