Update README
This commit is contained in:
parent
d5afeb85e3
commit
406769659f
48
README
48
README
|
@ -1 +1,47 @@
|
|||
My dwm build.
|
||||
# cdwm
|
||||
|
||||
Heavily-patched build of dwm.
|
||||
|
||||
## Table of contents
|
||||
- [Installation <a name="installation"></a>](#installation-)
|
||||
- [Usage <a name="usage"></a>](#usage-)
|
||||
- [Dependencies <a name="dependencies"></a>](#dependencies-)
|
||||
- [Contributing <a name="contributing"></a>](#contributing-)
|
||||
- [License <a name="license"></a>](#license-)
|
||||
|
||||
## Installation <a name="installation"></a>
|
||||
|
||||
You need to run:
|
||||
|
||||
```bash
|
||||
make clean install
|
||||
```
|
||||
|
||||
## Usage <a name="usage"></a>
|
||||
|
||||
To run `cdwm`:
|
||||
|
||||
```bash
|
||||
exec dwm
|
||||
```
|
||||
|
||||
## Dependencies <a name="dependencies"></a>
|
||||
|
||||
You need to install [libxft-bgra][1].
|
||||
|
||||
## Patches
|
||||
|
||||
- Clickable statusbar.
|
||||
- Scratchpad.
|
||||
- True fullscreen.
|
||||
- Sticky windows.
|
||||
- Stacker.
|
||||
- Shiftview.
|
||||
- Gaps.
|
||||
|
||||
## Contributing <a name="contributing"></a>
|
||||
PRs are welcome.
|
||||
|
||||
## License <a name="license"></a>
|
||||
[MIT](https://raw.githubusercontent.com/santilococo/cdwm/master/LICENSE.md)
|
||||
|
||||
|
|
Loading…
Reference in New Issue