├── LICENSE.txt ├── Makefile ├── README.md ├── TODO ├── config.def.h ├── config.mk └── dwm-win32.c /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martanne/dwm-win32/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martanne/dwm-win32/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martanne/dwm-win32/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martanne/dwm-win32/HEAD/TODO -------------------------------------------------------------------------------- /config.def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martanne/dwm-win32/HEAD/config.def.h -------------------------------------------------------------------------------- /config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martanne/dwm-win32/HEAD/config.mk -------------------------------------------------------------------------------- /dwm-win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martanne/dwm-win32/HEAD/dwm-win32.c --------------------------------------------------------------------------------