1
0
Derivar 0
My fork of Suckless's DWM window manager
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Jonathan Hodgson 73ba8c61bf Pushing dwm changes há 1 mês
.gitignore Adds gitignore há 5 anos
LICENSE Prepare 6.2 release. há 5 anos
Makefile Makes `make clean` delete my config.h file há 3 anos
README update README: remove mentioning the old dextra repo há 6 anos
README.md Adds my readme há 5 anos
config.def.h Pushing dwm changes há 1 mês
config.mk Applies the multikey patch há 3 anos
drw.c Fix memory leaks in drw há 4 anos
drw.h ColBorder has been moved to the enum with ColFg and ColBg. há 6 anos
dwm.1 Merge remote-tracking branch 'upstream/master' há 3 anos
dwm.c Adds win+left or win+right to switch tag há 3 anos
dwm.png alternate dwm.png há 18 anos
fibonacci.c Applies the fibonachi patch há 5 anos
movestack.c Applies the movestack patch há 5 anos
tcl.c Adds tripple col layout há 5 anos
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver há 13 anos
util.c die() on calloc failure há 8 anos
util.h import new drw from libsl and minor fixes. há 8 anos

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.