Cinelerra tag.

This commit is contained in:
Kolan Sh 2015-09-19 22:05:31 +03:00
parent 65106f3366
commit abbd144dc3
1 changed files with 2 additions and 0 deletions

2
rc.lua
View File

@ -687,6 +687,8 @@ awful.rules.rules = {
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
{ rule = { name = "d-feet" },
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 },
}
----< Signals >------------------------------------------------------