diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-01-15 09:23:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 09:23:02 -0500 |
commit | 612232bad327125f53aeb1996d5147165d1a1190 (patch) | |
tree | da011b95174bd494574e131ff33cb770c28eb08c | |
parent | 94906e10e99bdf36c10ad718381cfa0f6e176724 (diff) | |
parent | 2d8457f4be024439413e1ca71639e50c4cb8f135 (diff) |
Merge pull request #149 from monosans/master
Add installation guide
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |