My fork of Suckless's DWM window manager
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Jonathan Hodgson 73ba8c61bf Pushing dwm changes 1 mese fa
.gitignore Adds gitignore 5 anni fa
LICENSE Prepare 6.2 release. 5 anni fa
Makefile Makes `make clean` delete my config.h file 3 anni fa
README update README: remove mentioning the old dextra repo 6 anni fa
README.md Adds my readme 5 anni fa
config.def.h Pushing dwm changes 1 mese fa
config.mk Applies the multikey patch 3 anni fa
drw.c Fix memory leaks in drw 4 anni fa
drw.h ColBorder has been moved to the enum with ColFg and ColBg. 6 anni fa
dwm.1 Merge remote-tracking branch 'upstream/master' 3 anni fa
dwm.c Adds win+left or win+right to switch tag 3 anni fa
dwm.png alternate dwm.png 18 anni fa
fibonacci.c Applies the fibonachi patch 5 anni fa
movestack.c Applies the movestack patch 5 anni fa
tcl.c Adds tripple col layout 5 anni fa
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 13 anni fa
util.c die() on calloc failure 8 anni fa
util.h import new drw from libsl and minor fixes. 8 anni fa

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.