~ctb/dwm

db0c76a1f467280d06c6ad23b39645ca13d5491b — Christopher Thomas Bohn 3 years ago 67fd2e0
config
1 files changed, 0 insertions(+), 4 deletions(-)

M config.def.h
M config.def.h => config.def.h +0 -4
@@ 26,11 26,7 @@ static const Rule rules[] = {
	 *	WM_NAME(STRING) = title
	 */
	/* 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 },
	{ 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) */