~ctb/dwm

7ee528239a1381f7a9658b21271e9be808e348e5 — Christopher Thomas Bohn 4 years ago 733a767
scratchpad
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) */