aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:32:47 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:32:47 +0100
commitbaa4be8fddacf572827d323c4ba7dee13aea987c (patch)
tree0090ffddec13b2b31894171dc58d58f6f0fd31eb /README.org
parentNew version, new patches (diff)
downloaddwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.gz
dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.bz2
dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.xz
dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.zst
dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.zip
README update
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.org b/README.org
index 5a00b6b..953b304 100644
--- a/README.org
+++ b/README.org
@@ -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.