diff --git a/config.h b/config.h index 1a18389..8e02dc5 100644 --- a/config.h +++ b/config.h @@ -60,7 +60,8 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { "kitty", NULL, NULL, 0, 0, 1, 0, -1 }, - { "alacritty", NULL, NULL, 0, 0, 1, 0, -1 }, + { "alacritty", NULL, NULL, 0, 0, 1, 0, -1 }, + { "terminator", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ };