My fork of Suckless's DWM window manager
I'm going to be using dwm on my new pinephone and need the ability to type. Almost all the code for this has come from minego: https://github.com/minego/dwm-customized |
||
---|---|---|
.gitignore | ||
config.def.h | ||
config.mk | ||
drw.c | ||
drw.h | ||
dwm.1 | ||
dwm.c | ||
dwm.png | ||
fibonacci.c | ||
LICENSE | ||
Makefile | ||
movestack.c | ||
README | ||
README.md | ||
tcl.c | ||
transient.c | ||
util.c | ||
util.h |
My fork of dwm
This repo is my fork of the DWM window manager.
The upstream repo can be cloned here.
I will try to keep the upstream branch of this repo up to date with the repo maintained by the suckless team.
Any patches I apply on separate branches and merge into the master branch. Any configuration I make is done directly on the master branch.