From ce9b1c80a439246a7dd2c9fac9c4e1a98fced4ef Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Thu, 1 Dec 2022 00:37:18 +0200 Subject: rules: get back the tabbed ones --- config.def.h | 8 ++++---- 1 file 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) */ -- cgit 1.4.1-2-gfad0