Step 1: Clone the Repository
Clone the DWM repository from Suckless' Git.
Optionally, if you prefer, use my config which is available on my GitHub.
Clone the DWM repository from Suckless' Git.
Optionally, if you prefer, use my config which is available on my GitHub.
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. Failing that, you can email me for advice although don't expect a response.