feat: let go of Brave, use Firefox instead

change browser for tag#2
This commit is contained in:
swytch 2020-07-11 17:13:40 +02:00
parent d13b8977b1
commit ee18cbef48
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
{ "Brave", NULL, NULL, 1 << 1, 0, -1 },
{ "Transmission", NULL, NULL, 1 << 2, 0, -1 },
{ "firefox", NULL, NULL, 1 << 1, 0, -1 },
{ "Transmission", NULL, NULL, 1 << 2, 0, -1 },
{ "mpv", NULL, NULL, 1 << 3, 0, -1 },
};