My fork of Suckless's DWM window manager
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Jonathan Hodgson 73ba8c61bf Pushing dwm changes pirms 2 mēnešiem
.gitignore Adds gitignore pirms 5 gadiem
LICENSE Prepare 6.2 release. pirms 5 gadiem
Makefile Makes `make clean` delete my config.h file pirms 3 gadiem
README update README: remove mentioning the old dextra repo pirms 6 gadiem
README.md Adds my readme pirms 5 gadiem
config.def.h Pushing dwm changes pirms 2 mēnešiem
config.mk Applies the multikey patch pirms 3 gadiem
drw.c Fix memory leaks in drw pirms 4 gadiem
drw.h ColBorder has been moved to the enum with ColFg and ColBg. pirms 6 gadiem
dwm.1 Merge remote-tracking branch 'upstream/master' pirms 4 gadiem
dwm.c Adds win+left or win+right to switch tag pirms 3 gadiem
dwm.png alternate dwm.png pirms 18 gadiem
fibonacci.c Applies the fibonachi patch pirms 5 gadiem
movestack.c Applies the movestack patch pirms 5 gadiem
tcl.c Adds tripple col layout pirms 5 gadiem
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver pirms 13 gadiem
util.c die() on calloc failure pirms 8 gadiem
util.h import new drw from libsl and minor fixes. pirms 8 gadiem

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.