diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 4cc891d..c0942f6 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,6 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "firefox", NULL, NULL, 1 << 1, 0, -1 }, { NULL, NULL, "monerod", 1 << 5, 0, -1 }, { "qBittorrent", NULL, NULL, 1 << 5, 0, -1 }, }; |