My fork of Suckless's DWM window manager
Find a file
2024-02-15 11:20:43 +00:00
.gitignore Adds gitignore 2019-05-06 17:45:09 +01:00
config.def.h Pushing dwm changes 2024-02-15 11:20:43 +00:00
config.mk Applies the multikey patch 2021-02-22 21:53:08 +00:00
drw.c Fix memory leaks in drw 2020-06-11 18:32:21 +02: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 remote-tracking branch 'upstream/master' 2020-11-05 13:32:44 +00:00
dwm.c Adds win+left or win+right to switch tag 2021-04-05 09:26:18 +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 Makes make clean delete my config.h file 2021-02-03 20:25:01 +00: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.