workaround for libreoffice maximized behaviour
This commit is contained in:
parent
796a663c43
commit
f2595cacca
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ awful.rules.rules = {
|
||||||
if c["instance"] ~= nil then
|
if c["instance"] ~= nil then
|
||||||
log("instance: " .. c["instance"])
|
log("instance: " .. c["instance"])
|
||||||
end
|
end
|
||||||
|
if string.find(c["class"], "libreoffice") then
|
||||||
|
c.maximized = true
|
||||||
|
c.maximized = false
|
||||||
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ rule = { class = "qutebrowser" }, properties = { tag = "2" } },
|
{ rule = { class = "qutebrowser" }, properties = { tag = "2" } },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue