Sort rules a bit
This commit is contained in:
parent
240d35fc70
commit
8d07ac068d
12
rules.lua
12
rules.lua
|
@ -101,6 +101,12 @@ local function setup(self)
|
|||
},
|
||||
callback = awful.client.setslave
|
||||
},
|
||||
{
|
||||
rule = { class = "Steam", name = "Steam" },
|
||||
properties = {
|
||||
tag = tags[rule_screen][11],
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "Telegram" },
|
||||
properties = {
|
||||
|
@ -108,12 +114,6 @@ local function setup(self)
|
|||
},
|
||||
callback = awful.client.setslave
|
||||
},
|
||||
{
|
||||
rule = { class = "Steam", name = "Steam" },
|
||||
properties = {
|
||||
tag = tags[rule_screen][11],
|
||||
}
|
||||
},
|
||||
{
|
||||
rule_any = { role ={ "conversation" }, instance = { "Weechat" } },
|
||||
callback = awful.client.setslave
|
||||
|
|
Loading…
Reference in a new issue