about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index 719b923..b1ef989 100644
--- a/config.def.h
+++ b/config.def.h
@@ -38,12 +38,14 @@ static const Rule rules[] = {
 	 *	WM_CLASS(STRING) = instance, class
 	 *	WM_NAME(STRING) = title
 	 */
-	/* class		instance	title           tags mask	isfloating	isterminal	noswallow	monitor */
-	{ "xterm-256color",	NULL,		NULL,		0,		0,		1,		0,		-1 },
-	{ NULL,			NULL,		"btop",		0,		1,		0,		0,		-1 },
-	{ NULL,			NULL,		"ranger",	0,		1,		1,		0,		-1 },
-	{ "KotatogramDesktop",	NULL,		NULL,		0,		1,		0,		0,		-1 },
-	{ NULL,			NULL,		"Event Tester",	0,		0,		0,		1,		-1 }, /* xev */
+	/* class		instance	title           tags	isfloating	isterminal	noswallow	monitor */
+	{ "xterm-256color",	NULL,		NULL,		0,	0,		1,		0,		-1 },
+	{ NULL,			NULL,		"btop",		0,	1,		0,		0,		-1 },
+	{ NULL,			NULL,		"ranger",	0,	1,		1,		0,		-1 },
+	{ "KotatogramDesktop",	NULL,		NULL,		0,	1,		0,		0,		-1 },
+	{ "KeePassXC",		NULL,		NULL,		0,	1,		0,		0,		-1 },
+	{ "Gajim",		NULL,		NULL,		0,	1,		0,		0,		-1 },
+	{ NULL,			NULL,		"Event Tester",	0,	0,		0,		1,		-1 }, /* xev */
 };
 
 /* layout(s) */