diff options
-rw-r--r-- | config.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index de4bf0d..457c192 100644 --- a/config.def.h +++ b/config.def.h @@ -27,8 +27,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { NULL, NULL, NULL, 0, 0, -1 }, }; /* layout(s) */ |