diff options
-rw-r--r-- | README.md | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1 +1,21 @@ -# Joe's dwm (the dynamic window manager) laptop build
\ No newline at end of file +# 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
\ No newline at end of file |