LibreOffice child window identification for other processes fixed.

This commit is contained in:
Kolan Sh 2013-04-11 16:36:04 +04:00
parent 55ff7d81ac
commit 01efb99e3c
1 changed files with 2 additions and 0 deletions

2
rc.lua
View File

@ -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" },