~ruther/dwl

245c3638ae222156ae2f4496d3f7b8d49fcdcabf — Devin J. Pohly 4 years ago e3e9504 + 82b2a94
Merge pull request #40 from guidocella/firefox-class

Fix Firefox class
1 files changed, 1 insertions(+), 1 deletions(-)

M config.def.h
M config.def.h => config.def.h +1 -1
@@ 11,7 11,7 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
	/* app_id     title       tags mask     isfloating   monitor */
	{ "Gimp",     NULL,       0,            1,           -1 },
	{ "Firefox",  NULL,       1 << 8,       0,           -1 },
	{ "firefox",  NULL,       1 << 8,       0,           -1 },
};

/* layout(s) */

Do not follow this link