diff options
Diffstat (limited to '')
-rw-r--r-- | README.org | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,11 +1,9 @@ #+TITLE: Joe's dwm (the dynamic window manager) build The original [[https://dwm.suckless.org/][dwm]] build I used to run. Based on version 6.2. -/Note:/ as I am not using dwm anymore, developpement on my build might be stuck on this version. - * Dependencies ** Required: - - ~gcc~ + - A C Compiler - ~make~ - ~xorg~ - ~libX11~ @@ -20,7 +18,8 @@ To install this open a terminal and run these commands: #+BEGIN_SRC shell git clone git://jozanleclerc.xyz/jozan/dwm.git cd dwm -sudo make clean install +make +make install clean #+END_SRC To use it as a default WM, if you are using xinit, add this to your ~.xinitrc~: #+BEGIN_SRC shell @@ -62,9 +61,6 @@ List of patches in use: - /restartsig/ - /swallow/ -* More -Thanks for checking my custom ~dwm~ build. - My own autostart script can be found under my [[https://git.jozanleclerc.xyz/jozan/dotfiles-bsd/files.html][dotfiles-bsd]] repository. It should be placed in =~/.config/dwm= directory. |