aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 10:27:03 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 10:27:03 +0100
commitd90aeeb7c4bdf4e73db5b7cfb480a14835069664 (patch)
treec4127c6bf2042632825f45f19747c4f8fc6249f7
parenttest (diff)
downloaddwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.gz
dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.bz2
dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.xz
dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.tar.zst
dwm-d90aeeb7c4bdf4e73db5b7cfb480a14835069664.zip
Let's see
-rw-r--r--README.md20
1 files 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