diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-02-14 08:39:23 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-02-14 08:39:23 -0500 |
commit | ba7a75abf5d69e8eb4477e71067186e8b86539db (patch) | |
tree | 1105f188cfba84e632085de9da124d79e4413c9a /README.md | |
parent | 6a76839b6b5dcc3bdb9e77bcf3d4be5efc61f230 (diff) | |
parent | f656ecbf719ab354569b26c072b2910f651d741e (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/dwm
Diffstat (limited to 'README.md')
-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. |