diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
