diff options
author | Julian <j@teule.nl> | 2018-09-22 21:29:40 +0200 |
---|---|---|
committer | Julian <j@teule.nl> | 2018-09-22 21:29:40 +0200 |
commit | be7a88088cf92f4739d83e7b7c1eb8c9a3b99aab (patch) | |
tree | 810a1fa850f7b155ff4df23dbf7c5a568b69083f /config.h | |
parent | a6ca3ee46e346d397ca79db9959e409f1453130b (diff) |
Qutebrowser goes to tag 9
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +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 }, }; /* layout(s) */ |