Add "rocketchat" wmclass to rocketchat rule
This commit is contained in:
parent
5ac1ad1a68
commit
763baa8e68
|
@ -69,7 +69,7 @@ awful.rules.rules = {
|
||||||
callback = awful.client.setslave },
|
callback = awful.client.setslave },
|
||||||
{ rule = { class = "Steam", name = "Steam" },
|
{ rule = { class = "Steam", name = "Steam" },
|
||||||
properties = { tag = "F1" }},
|
properties = { tag = "F1" }},
|
||||||
{ rule_any = { class = {"Rocket.Chat"}, instance = {"rocket.chat"}},
|
{ rule_any = { class = {"Rocket.Chat", "rocketchat"}, instance = {"rocket.chat"}},
|
||||||
properties = { screen = screen_chat, tag = "5" }},
|
properties = { screen = screen_chat, tag = "5" }},
|
||||||
{ rule_any = { class = {"Element"}, instance = {"element"}},
|
{ rule_any = { class = {"Element"}, instance = {"element"}},
|
||||||
properties = { screen = screen_chat, tag = "1" }},
|
properties = { screen = screen_chat, tag = "1" }},
|
||||||
|
|
Loading…
Reference in a new issue