blob: 4d203d5f44b6f4c26d5fb6deb93d73cd65fcf892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Joe's dwm (the dynamic window manager) laptop build
The original [dwm](https://dwm.suckless.org/) desktop manager build use to use on my ThinkPad.
Based on version 6.2.
## Dependencies
`gcc`
`make`
`xorg`
`libX11`
`libXft`
## Installation
To install this open a terminal and run these commands:
```shell
git clone https://github.com/JozanLeClerc/dwm-laptop
|