Updated README to reflect the last few commits.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Feb 2023 01:04:04 +0000 (17:04 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 3 Feb 2023 01:04:04 +0000 (17:04 -0800)
README

diff --git a/README b/README
index 95d4fd0..5d8ecab 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,38 @@
+This git repository contains my personal branch of dwm-6.4.
+
+The changes made to stock dwm add the following abilities.
+
+  - 
+
+  - Select multiple tags for simultaneous display or window assignment.
+    <https://dwm.suckless.org/patches/combo/>
+
+  - Deselect ALL tags, displaying an empty desktop.
+    <https://dwm.suckless.org/patches/emptyview/>
+
+  - Center window names in status bar.
+    <https://dwm.suckless.org/patches/centeredwindowname/>
+
+In addition to the usual dependencies for dwm (see the original README at the
+bottom of this file), there are the following new dependencies.
+
+  - xmenu from <https://github.com/phillbush/xmenu>. This requires freetype2
+    and imlib2, available in FreeBSD's ports collection under `print/freetype2`
+    and `graphics/imlib2`.
+
+
+
+================================================================================
+================================================================================
+================================================================================
+
+Below is the original dwm README file.
+
+================================================================================
+================================================================================
+================================================================================
+
+
 dwm - dynamic window manager
 ============================
 dwm is an extremely fast, small, and dynamic window manager for X.
 dwm - dynamic window manager
 ============================
 dwm is an extremely fast, small, and dynamic window manager for X.