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