diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-02-06 23:00:44 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-02-06 23:01:28 +0000 |
| commit | ecf86044980ff60e766a52fe9815d31e9c932182 (patch) | |
| tree | 340a233bb5c6c32706d27cd309bc37c6a496b777 /README.md | |
| parent | f17a94a87e8aabd5c5e4028b94accab8e0520c0e (diff) | |
updated readme
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 |
