diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-18 20:15:17 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-18 20:15:17 -0800 |
commit | 7ee29f177790b2a3cdf65ac89b2e2ce01794269b (patch) | |
tree | 33049aa571e92ebae6f39e418b66624401df442e | |
parent | 47cb3c985ca51022666bf72a5237a4ebf5c3e7d5 (diff) |
no qbt autostart, no dwm qbt auto on tag 6
-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) */ |