diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 33398cc..1fa060c 100644 --- a/config.def.h +++ b/config.def.h @@ -26,10 +26,10 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { NULL, NULL, "btop", 0, 1, -1 }, - { NULL, NULL, "ranger", 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + /* class instance title tags mask isfloating monitor */ + { NULL, NULL, "btop", 0, 1, -1 }, + { NULL, NULL, "ranger", 0, 1, -1 }, + { "KotatogramDesktop", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */ |