My fork of Suckless's DWM window manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jonathan Hodgson e9245f0cff Adds gitignore 5 years ago
.gitignore Adds gitignore 5 years ago
LICENSE Prepare 6.2 release. 5 years ago
Makefile Makefile: just show the compiler output 6 years ago
README update README: remove mentioning the old dextra repo 6 years ago
README.md Adds my readme 5 years ago
config.def.h config.def.h: ClkTagBar missing from comment 6 years ago
config.mk Prepare 6.2 release. 5 years ago
drw.c Prepare 6.2 release. 5 years ago
drw.h ColBorder has been moved to the enum with ColFg and ColBg. 6 years ago
dwm.1 remove old TODO and BUGS entries 6 years ago
dwm.c pledge: add rpath promise for the ugly Xft font fallback 6 years ago
dwm.png alternate dwm.png 18 years ago
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 13 years ago
util.c die() on calloc failure 8 years ago
util.h import new drw from libsl and minor fixes. 8 years ago

README.md

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.