├── BUGS ├── LICENSE ├── Makefile ├── README ├── README.md ├── config.def.h ├── config.mk ├── dwm.1 ├── dwm.c └── dwm.png /BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/BUGS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/README -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | README -------------------------------------------------------------------------------- /config.def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/config.def.h -------------------------------------------------------------------------------- /config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/config.mk -------------------------------------------------------------------------------- /dwm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/dwm.1 -------------------------------------------------------------------------------- /dwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/dwm.c -------------------------------------------------------------------------------- /dwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sr/dwm/HEAD/dwm.png --------------------------------------------------------------------------------