diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |