Cinelerra tag.
This commit is contained in:
parent
65106f3366
commit
abbd144dc3
2
rc.lua
2
rc.lua
|
@ -687,6 +687,8 @@ awful.rules.rules = {
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
||||||
{ rule = { name = "d-feet" },
|
{ rule = { name = "d-feet" },
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
|
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 >------------------------------------------------------
|
----< Signals >------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue