My fork of Suckless's DWM window manager
This allows me to have the same key do different things based on the number of times it is pushed. This is going to be useful on the pinephone so I can have double click or click and hold on the limited number of physical buttons |
||
---|---|---|
.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.