added rule for gmpc
This commit is contained in:
parent
ac274fdceb
commit
fca83981ef
1 changed files with 2 additions and 0 deletions
2
rc.lua
2
rc.lua
|
@ -343,6 +343,8 @@ awful.rules.rules = {
|
||||||
properties = { tag = tags[1][4] } },
|
properties = { tag = tags[1][4] } },
|
||||||
{ rule = { class = "Sunbird-bin" },
|
{ rule = { class = "Sunbird-bin" },
|
||||||
properties = { tag = tags[1][5] } },
|
properties = { tag = tags[1][5] } },
|
||||||
|
{ rule = { class = "Gmpc" },
|
||||||
|
properties = { tag = tags[1][6] } },
|
||||||
}
|
}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue