As the Suckless Devs tell us: DWM is an extremely fast, small, and dynamic window manager for X. This repository is a fork of DWM with many patches applied and many custom features.
In order to build DWM you need the Xlib header files.
To run this exact build you need the following software installed in your computer:
st
dmenu
qutebrowser
mailsync
neomutt
newsboat
Edit config.mk
to match your local setup
(DWM is installed into the /usr/local
namespace by default).
Afterwards enter the following command to build and install DWM
(if necessary as root with sudo
or doas
):
make clean install
Add the following line to your .xinitrc
to start DWM using the startx
command:
exec dwm
The configuration of DWM is done by creating a custom config.h
and (re)compiling the source code.
In the patches
directory some interesting default configs are included.
- Sergio Miguéns Iglesias <[email protected]>
- Suckless Devs and Hackers <[email protected]>
Check LICENSE.