Step 1: Clone the Repository
Clone the DWM repository from Suckless' Git.
Clone the DWM repository from Suckless' Git.
cd dwm
Compile and install DWM by running:
sudo make clean install
You will need to run this command every time you modify DWM to apply your changes.
Add the following line to the end of your .xinitrc
or .xsession
file:
exec dwm
Edit the config.h
file in the DWM source directory to further customize DWM.
If you have any issues consult the Arch Linux Wiki or the Suckless Website.