about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-12-01 00:37:18 +0200
committerAcid Bong <acid-bong@cock.lt>2022-12-01 00:40:14 +0200
commitce9b1c80a439246a7dd2c9fac9c4e1a98fced4ef (patch)
treeb358693f2a08b43ee976efec5b88d5a47beb7962
parent89fc19566820fa1aa9bff40dfe7545e3634a54c4 (diff)
downloaddwm-ce9b1c80a439246a7dd2c9fac9c4e1a98fced4ef.tar.gz
rules: get back the tabbed ones
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 33398cc..1fa060c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -26,10 +26,10 @@ static const Rule rules[] = {
 	 *	WM_CLASS(STRING) = instance, class
 	 *	WM_NAME(STRING) = title
 	 */
-	/* class      instance    title       tags mask     isfloating   monitor */
-	{ NULL,     NULL,       "btop",       0,            1,           -1 },
-	{ NULL,     NULL,       "ranger",       0,            1,           -1 },
-	{ "Firefox",  NULL,       NULL,       1 << 8,       0,           -1 },
+	/* class		instance	title		tags mask	isfloating	monitor */
+	{ NULL,			NULL,		"btop",		0,		1,		-1 },
+	{ NULL,			NULL,		"ranger",	0,		1,		-1 },
+	{ "KotatogramDesktop",	NULL,		NULL,		0,		1,		-1 },
 };
 
 /* layout(s) */