Update rules to name instead of instance
This commit is contained in:
parent
083aa4a022
commit
d50fcd0a13
|
@ -52,6 +52,9 @@ awful.rules.rules = {
|
||||||
if (c["type"] ~= nil) then
|
if (c["type"] ~= nil) then
|
||||||
log("type: " .. c["type"])
|
log("type: " .. c["type"])
|
||||||
end
|
end
|
||||||
|
if (c["instance"] ~= nil) then
|
||||||
|
log("instance: " .. c["instance"])
|
||||||
|
end
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{ rule = { class = "qutebrowser" }, properties = { tag = "2" } },
|
{ rule = { class = "qutebrowser" }, properties = { tag = "2" } },
|
||||||
|
@ -189,7 +192,7 @@ awful.rules.rules = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rule = { instance = "Awesomelog" },
|
rule = { name = "Awesomelog" },
|
||||||
properties = {
|
properties = {
|
||||||
tag = "F4"
|
tag = "F4"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue