Kdenlive tag.

This commit is contained in:
Kolan Sh 2015-09-20 01:33:41 +03:00
parent abbd144dc3
commit 7922959639
1 changed files with 2 additions and 0 deletions

2
rc.lua
View File

@ -689,6 +689,8 @@ awful.rules.rules = {
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
{ rule = { name = "Cinelerra" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
{ rule = { name = "Kdenlive" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
}
----< Signals >------------------------------------------------------