aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index d695a42..6edfc5c 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ As I am not using dwm anymore, developpement on my build might stop on this vers
## Dependencies
+Required:
`gcc`
`make`
`xorg`
@@ -16,7 +17,7 @@ As I am not using dwm anymore, developpement on my build might stop on this vers
`libXft`
Optional:
- `st`
+ `st` find my custom improved build [here](https://github.com/JozanLeClerc/st-laptop)
`slock`
`dmenu`
@@ -32,7 +33,7 @@ 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...
+I am not shure about how to set it up on regular desktop managers like `gdm` or `lightdm`.
## Bindings
@@ -58,4 +59,4 @@ Some of the main key bindings:
## Patches
-My own autostart script can be found under my [dotfiles](https://github.com/JozanLeClerc/dotfiles.git) repository. It should be placed in `~/.dwm/` directory. \ No newline at end of file
+My own autostart script can be found under my [dotfiles](https://github.com/JozanLeClerc/dotfiles.git) repository. It should be placed in `~/.dwm/` directory.