From ca94ba21a6c45c2f361b48241443820ef30a78f7 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 6 Nov 2023 21:52:59 +0100 Subject: [PATCH] added elements to config --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 4420248..552d1fd 100644 --- a/config.def.h +++ b/config.def.h @@ -44,6 +44,7 @@ static const Rule rules[] = { */ /* class instance title tags mask iscentered isfloating monitor */ { "discord", NULL, NULL, 1 << 2, 0, 0, 1 }, + { "Element", NULL, NULL, 1 << 2, 0, 0, 1 }, { "easyeffects", NULL, NULL, 1 << 9, 0, 0, 1 }, { "Pavucontrol", NULL, NULL, 1 << 9, 0, 0, 1 }, { "KeePassXC", NULL, NULL, 1 << 9, 0, 0, 0 },