diff options
author | xyz <gky44px1999@gmail.com> | 2022-05-30 13:57:55 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-05-30 13:57:55 -0700 |
commit | 5de5ce26453c865309e42fdf0ec42c75339c4c8b (patch) | |
tree | 4d949aadde57ba8c20ec9e7bbd6992a84104aa69 /config.def.h | |
parent | 0f9207233d0b36b0501712f1d15c2878bb640d9d (diff) |
no firefox auto tag
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 }, }; |