diff options
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Thunderbird", NULL, NULL, 1 << 7, 0, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, - { "qutebrowser", NULL, NULL, 1 << 8, 0 , -1 }, + { "qutebrowser", NULL, NULL, 1 << 6, 0 , -1 }, }; /* layout(s) */ |