From e050dbbb99b83ec95f34c2ca04f2106c1a744f0b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 25 Apr 2021 03:32:05 +0300 Subject: feat: add default workspaces for some apps --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) 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) */ -- cgit v1.2.3