diff options
author | Julian <j@teule.nl> | 2018-09-27 15:37:58 +0200 |
---|---|---|
committer | Julian <j@teule.nl> | 2018-09-27 15:37:58 +0200 |
commit | 3d746d5a3addbeb89c81894e8a1ac22444fd330a (patch) | |
tree | 5ceac85b28d5805724a2398a5224a62659647a66 /config.h | |
parent | be7a88088cf92f4739d83e7b7c1eb8c9a3b99aab (diff) |
Qutebrowser goes to tag 7
Diffstat (limited to 'config.h')
-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) */ |