My fork of Suckless's DWM window manager
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Jonathan Hodgson 73ba8c61bf Pushing dwm changes hace 2 meses
.gitignore Adds gitignore hace 5 años
LICENSE Prepare 6.2 release. hace 5 años
Makefile Makes `make clean` delete my config.h file hace 3 años
README update README: remove mentioning the old dextra repo hace 6 años
README.md Adds my readme hace 5 años
config.def.h Pushing dwm changes hace 2 meses
config.mk Applies the multikey patch hace 3 años
drw.c Fix memory leaks in drw hace 4 años
drw.h ColBorder has been moved to the enum with ColFg and ColBg. hace 6 años
dwm.1 Merge remote-tracking branch 'upstream/master' hace 4 años
dwm.c Adds win+left or win+right to switch tag hace 3 años
dwm.png alternate dwm.png hace 18 años
fibonacci.c Applies the fibonachi patch hace 5 años
movestack.c Applies the movestack patch hace 5 años
tcl.c Adds tripple col layout hace 5 años
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver hace 13 años
util.c die() on calloc failure hace 8 años
util.h import new drw from libsl and minor fixes. hace 8 años

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.