From be7a88088cf92f4739d83e7b7c1eb8c9a3b99aab Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 22 Sep 2018 21:29:40 +0200 Subject: Qutebrowser goes to tag 9 --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 2109805..9719891 100644 --- a/config.h +++ b/config.h @@ -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) */ -- cgit v1.2.3