Fix last commit

This commit is contained in:
Emmanuel Lepage Vallee 2013-06-02 23:39:12 -04:00
parent 34a9695361
commit 13c4a1f5fb
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ local function match_client(c, startup)
local tags = {}
for j=1,#(rules.tags or {}) do
local tag_tmp = rules.tags[j]
tag_tmp.instances = tag_tmp.instances or {}
if not tag_tmp.instances[c.screen or 1] then
local cache = tag_tmp.screen
tag_tmp.screen = tag_tmp.force_screen == true and tag_tmp.screen or c.screen