blob: c7b1725b6f9efaa758ab63ced727c9d8f6f0a0e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|