From 214eff6abe384cb9862c28e118b0450442ec6948 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Wed, 1 Feb 2017 00:28:52 +0100 Subject: [PATCH] Add classes for Mail and Navigator --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index f56391f..2026bcd 100644 --- a/rc.lua +++ b/rc.lua @@ -137,7 +137,7 @@ tyrannical.tags = { screen = {1,2}, layout = awful.layout.suit.max, no_focus_stealing_in = true, - class = {"Firefox", "Iceweasel", "Chromium"}, + class = {"Navigator", "Firefox", "Iceweasel", "Chromium"}, exec_once = {"firefox -P default"} }, { @@ -161,7 +161,7 @@ tyrannical.tags = { screen = screen.count()>1 and 2 or 1, layout = awful.layout.suit.max, no_focus_stealing_in = true, - class = {"Thunderbird", "Icedove"}, + class = {"Mail", "Thunderbird", "Icedove"}, exec_once = {"thunderbird"}, }, }