From abbd144dc326ffa95c90cbb42e7127682f9ceb81 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 19 Sep 2015 22:05:31 +0300 Subject: [PATCH] Cinelerra tag. --- rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc.lua b/rc.lua index be53e9e..a2cb9f5 100644 --- a/rc.lua +++ b/rc.lua @@ -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 >------------------------------------------------------