all repos — dwm @ 8a34fa50f75f4d6d8af234ac0c4f6d40b988d700

fork of suckless dynamic window manager

config.h (view raw)

1/*
2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
3 * See LICENSE file for license details.
4 */
5
6#define FONT	"fixed"
7#define FGCOLOR	"#000000"
8#define BGCOLOR	"#ffaa00"
9#define BOCOLOR	"#000000"