diff options
| -rw-r--r-- | config.def.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index c695132..c720627 100644 --- a/config.def.h +++ b/config.def.h @@ -40,9 +40,10 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + /* class instance title tags mask isfloating monitor */ + { "ViberPC", NULL, NULL, 1 << 0, 0, -1 }, + { "discord", NULL, NULL, 1 << 0, 0, -1 }, + { "KeePassXC", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ |
