From ecf86044980ff60e766a52fe9815d31e9c932182 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 6 Feb 2021 18:00:44 -0500 Subject: updated readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7b1725 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Kumar's DWM build +This repo has been created from the `dwm` source repo, and modified with a few patches that serve *my* workflow. + +## Requirements +In order to build dwm you need the Xlib header files for your distro. + +## Installation +``` +make clean install +``` + +## Configuration +The configuration of dwm is done by creating a custom config.h and (re)compiling the source code. + +## Patches +You can find all the patches used in the `patches/` dir. All of these can be found in the patches page in the official dwm website. + +- autostart +- vanitygaps +- pertag +- scratchpad +- always centered -- cgit v1.2.3