~ctb/dwm

36dbf2db3182c1ed53d2dc4f29f544620eeb2924 — Christopher Thomas Bohn 2 years ago df29994
config
1 files changed, 6 insertions(+), 1 deletions(-)

M config.def.h
M config.def.h => config.def.h +6 -1
@@ 27,7 27,12 @@ static const Rule rules[] = {
	 *	WM_NAME(STRING) = title
	 */
	/* class    instance      title       	 tags mask    isfloating   isterminal  noswallow  monitor */
	{ "st",       NULL,       NULL,       	    0,            0,           1,         0,        -1 },
	{ "Gimp",     NULL,       NULL,       	    1 << 8,       0,           0,         0,        -1 },
	{ "St",       NULL,       NULL,       	    0,            0,           1,         0,        -1 },
	{ NULL,       NULL,       "Event Tester",   0,            0,           0,         1,        -1 },
	{ NULL,      "spterm",    NULL,       	    SPTAG(0),     1,           1,         0,        -1 },
	{ NULL,      "spcalc",    NULL,       	    SPTAG(1),     1,           1,         0,        -1 },

};

/* layout(s) */