Personal fork of dwm, the Suckless window manager
patches | ||
.gitignore | ||
config.def.h | ||
config.def.mk | ||
drw.c | ||
drw.h | ||
dwm.1 | ||
dwm.c | ||
dwm.png | ||
LICENSE | ||
Makefile | ||
README.md | ||
README.orig | ||
transient.c | ||
util.c | ||
util.h |
Zander671's dwm
Overview
This is my personal configuration of dwm that I use on all of my production
machines on a daily basis. It is currently based on dwm 6.4, however, I tend to
update it when new releases come out. The config.def.h
file contains the
framework I use when I first install this on a new computer.
Check README.orig
for the stock dwm README
file.
Patches
The following patches are included:
- cfacts
- alwaysontop
- colorbar
- combo
- fixborders
- systray
- A modified version of preserve on restart that only takes effect when the restart function (default Mod+Shift+R is used)
Building
Just make && sudo make install
. Remember to customize config.h
and
config.mk
.