~ctb/dwm

c02f778596f5625acc31578beebaf9774a9feb5b — Christopher Thomas Bohn 2 years ago 7ee5282
scratchpad
1 files changed, 1 insertions(+), 3 deletions(-)

M config.def.h
M config.def.h => config.def.h +1 -3
@@ 28,10 28,8 @@ static const Rule rules[] = {
	 */
	/* class    instance      title       	 tags mask    isfloating   isterminal  noswallow  monitor */
	{ "Gimp",     NULL,       NULL,       	    1 << 8,       0,           0,         0,        -1 },
	{ "St",       NULL,       NULL,       	    0,            0,           1,         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 },

};