1
0
Fork 0
My fork of Suckless's DWM window manager
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Jonathan Hodgson 73ba8c61bf Pushing dwm changes vor 2 Monaten
.gitignore Adds gitignore vor 5 Jahren
LICENSE Prepare 6.2 release. vor 5 Jahren
Makefile Makes `make clean` delete my config.h file vor 3 Jahren
README update README: remove mentioning the old dextra repo vor 6 Jahren
README.md Adds my readme vor 5 Jahren
config.def.h Pushing dwm changes vor 2 Monaten
config.mk Applies the multikey patch vor 3 Jahren
drw.c Fix memory leaks in drw vor 4 Jahren
drw.h ColBorder has been moved to the enum with ColFg and ColBg. vor 6 Jahren
dwm.1 Merge remote-tracking branch 'upstream/master' vor 3 Jahren
dwm.c Adds win+left or win+right to switch tag vor 3 Jahren
dwm.png alternate dwm.png vor 18 Jahren
fibonacci.c Applies the fibonachi patch vor 5 Jahren
movestack.c Applies the movestack patch vor 5 Jahren
tcl.c Adds tripple col layout vor 5 Jahren
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver vor 13 Jahren
util.c die() on calloc failure vor 8 Jahren
util.h import new drw from libsl and minor fixes. vor 8 Jahren

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.