workaround for libreoffice maximized behaviour

This commit is contained in:
Alexander Gehrke 2025-05-07 14:29:34 +02:00
parent 796a663c43
commit f2595cacca

View file

@ -68,6 +68,10 @@ awful.rules.rules = {
if c["instance"] ~= nil then
log("instance: " .. c["instance"])
end
if string.find(c["class"], "libreoffice") then
c.maximized = true
c.maximized = false
end
end,
},
{ rule = { class = "qutebrowser" }, properties = { tag = "2" } },