commit e2c38d7dee1eab7e98338e9d80f09053845047e2
parent 26a0a68e1ddb2e997907c6335c80913e807b7e54
Author: Ethan Long <ethan@OpenBSD-X220.lan>
Date: Mon, 30 Dec 2024 01:11:27 +1100
Updated the README
Diffstat:
| M | README | | | 29 | +++++++++++++++++++++++++++++ |
1 file changed, 29 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -1,3 +1,32 @@
+My patches and config for dwm
+=============================
+Changes:
+--------
+ - Building now has an extra step to apply the config for a given platform
+ - Added vanitygaps
+ - Keeping the config.h files
+ - My configs are themed with Catppuccin, and assume that you're using
+ alacritty
+ - Void linux assumes pulseaudio.
+ - Installs to the local user's XDG directory $HOME/.local, rather than
+ systemwide. There's nothing worse than having a mix of manually installed
+ and system-package-manager installed packages.
+
+How to build:
+-------------
+First, prepare your platform. Currently supported are Void linux (void) and
+OpenBSD (OBSD). (The void config should work for most distros with pulseaudio).
+Example:
+ $ ./prepvoid.sh
+or
+ $ ./prepOBSD.sh
+
+Then you just make as usual:
+ $ make && make install
+
+
+Original README below:
+
dwm - dynamic window manager
============================
dwm is an extremely fast, small, and dynamic window manager for X.