My fork of Suckless's DWM window manager
Find a file
2019-07-30 11:59:35 +01:00
.gitignore Adds gitignore 2019-05-06 17:45:09 +01:00
config.def.h Merge branch 'master' of github.com:Jab2870/dwm 2019-07-30 11:59:35 +01:00
config.mk Adds swallow patch 2019-06-11 14:23:57 +01:00
drw.c Prepare 6.2 release. 2019-02-02 04:50:42 -08:00
drw.h ColBorder has been moved to the enum with ColFg and ColBg. 2018-03-14 17:46:48 +01:00
dwm.1 Merge branch 'movestack' 2019-05-08 07:17:19 +01:00
dwm.c Merge branch 'swallow' 2019-06-11 14:26:57 +01:00
dwm.png alternate dwm.png 2006-07-19 14:49:19 +02:00
fibonacci.c Applies the fibonachi patch 2019-05-28 17:01:46 +01:00
LICENSE Prepare 6.2 release. 2019-02-02 04:50:42 -08:00
Makefile Makefile: just show the compiler output 2018-06-02 17:10:28 +02:00
movestack.c Applies the movestack patch 2019-05-08 07:10:53 +01:00
README update README: remove mentioning the old dextra repo 2018-03-14 21:03:11 +01:00
README.md Adds my readme 2019-05-06 13:12:39 +01:00
tcl.c Adds tripple col layout 2019-05-20 18:41:37 +01:00
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 2011-07-29 20:01:22 +02:00
util.c die() on calloc failure 2016-11-05 11:34:52 +01:00
util.h import new drw from libsl and minor fixes. 2016-06-26 13:52:36 +02:00

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.