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 73ba8c61bf Pushing dwm changes преди 1 месец
.gitignore Adds gitignore преди 5 години
LICENSE Prepare 6.2 release. преди 5 години
Makefile Makes `make clean` delete my config.h file преди 3 години
README update README: remove mentioning the old dextra repo преди 6 години
README.md Adds my readme преди 5 години
config.def.h Pushing dwm changes преди 1 месец
config.mk Applies the multikey patch преди 3 години
drw.c Fix memory leaks in drw преди 4 години
drw.h ColBorder has been moved to the enum with ColFg and ColBg. преди 6 години
dwm.1 Merge remote-tracking branch 'upstream/master' преди 3 години
dwm.c Adds win+left or win+right to switch tag преди 3 години
dwm.png alternate dwm.png преди 18 години
fibonacci.c Applies the fibonachi patch преди 5 години
movestack.c Applies the movestack patch преди 5 години
tcl.c Adds tripple col layout преди 5 години
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver преди 13 години
util.c die() on calloc failure преди 8 години
util.h import new drw from libsl and minor fixes. преди 8 години

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.