My fork of Suckless's DWM window manager
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
Jonathan Hodgson 73ba8c61bf Pushing dwm changes 2ヶ月前
.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 2ヶ月前
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' 4年前
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.