diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 97ffd77..b0f2b03 100644 --- a/config.def.h +++ b/config.def.h @@ -44,6 +44,9 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ // TODO: figure out firefox { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 }, + { "firefox", NULL, NULL, 1, 0, 0, 1, -1 }, + { "TelegramDesktop", NULL, NULL, 1 << 1, 0, 0, 1, -1 }, + { "Slack", NULL, NULL, 1 << 1, 0, 0, 1, -1 }, }; /* layout(s) */ |