diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-04-25 19:31:39 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-12-06 05:05:50 +0100 |
| commit | aeff3bb3bc13ff40b660933f78b2712e550a5ac7 (patch) | |
| tree | 0446b282ab67f1af8768cc78e7ee2c9a045ad5a0 | |
| parent | 3daf2d2bafce5d780d788b58994497af5664f08f (diff) | |
window spawn rules
| -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) */ |
