Kdenlive tag.
This commit is contained in:
parent
abbd144dc3
commit
7922959639
2
rc.lua
2
rc.lua
|
@ -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 >------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue