commit
612232bad3
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -23,6 +23,16 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
|
|||
- vanitygaps: Gaps allowed across all layouts.
|
||||
- swallow patch: if a program run from a terminal would make it inoperable, it temporarily takes its place to save space.
|
||||
|
||||
## Installation for newbs
|
||||
|
||||
```
|
||||
git clone https://github.com/LukeSmithxyz/dwm
|
||||
cd dwm
|
||||
sudo make install
|
||||
```
|
||||
|
||||
Users of Arch-based distros can also install it from the AUR as [dwm-luke-git](https://aur.archlinux.org/packages/dwm-luke-git).
|
||||
|
||||
## Please 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/) from the AUR, 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.
|
||||
|
|
Loading…
Reference in a new issue