aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJozanLeClerc <50464604+JozanLeClerc@users.noreply.github.com>2019-11-08 13:16:06 +0100
committerGitHub <noreply@github.com>2019-11-08 13:16:06 +0100
commitd76d03eaef877f39db04570445cbd873ce969e92 (patch)
tree672fc485f2378f57fd33ed876f769ab04de5ca13 /README.md
parentFormat (diff)
downloaddwm-d76d03eaef877f39db04570445cbd873ce969e92.tar.gz
dwm-d76d03eaef877f39db04570445cbd873ce969e92.tar.bz2
dwm-d76d03eaef877f39db04570445cbd873ce969e92.tar.xz
dwm-d76d03eaef877f39db04570445cbd873ce969e92.tar.zst
dwm-d76d03eaef877f39db04570445cbd873ce969e92.zip
Update README.md
Diffstat (limited to 'README.md')
-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.