LibreOffice child window identification for other processes fixed.
This commit is contained in:
parent
55ff7d81ac
commit
01efb99e3c
2
rc.lua
2
rc.lua
|
@ -530,6 +530,8 @@ awful.rules.rules = {
|
|||
properties = { tag = tags[1][3] } },
|
||||
{ rule = { class = "Soffice" },
|
||||
properties = { floating = false, tag = tags[1][4] } },
|
||||
{ rule = { class = "LibreOffice" },
|
||||
properties = { floating = false, tag = tags[1][4] } },
|
||||
{ rule = { class = "libreoffice-writer" },
|
||||
properties = { floating = false, tag = tags[1][4] } },
|
||||
{ rule = { class = "libreoffice-calc" },
|
||||
|
|
Loading…
Reference in New Issue