From d90aeeb7c4bdf4e73db5b7cfb480a14835069664 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 8 Nov 2019 10:27:03 +0100 Subject: Let's see --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d203d5..49d05c7 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,22 @@ Based on version 6.2. ## Dependencies - `gcc` - `make` - `xorg` - `libX11` - `libXft` + `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 +git clone https://github.com/JozanLeClerc/dwm-laptop.git +cd dwm-laptop +sudo make clean install +``` +To use it as a default WM, if you are using xinit, add this to your `.xinitrc`: +```shell +exec dwm +``` +I am not shure about how to set it up on `gdm`/`lightdm`/etc... \ No newline at end of file -- cgit v1.2.3