Fix a bug when using in a rule the property 'tag'.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
2ea8f44694
commit
d729b71b17
|
@ -174,7 +174,7 @@ function rules.apply(c)
|
|||
aclient.floating.set(c, value)
|
||||
elseif property == "tag" then
|
||||
c:tags({ value })
|
||||
c.screen = value.screen
|
||||
c.screen = atag.getscreen(value)
|
||||
elseif property == "switchtotag" and value and props.tag then
|
||||
atag.viewonly(props.tag)
|
||||
elseif property == "height" or property == "width" or
|
||||
|
|
Loading…
Reference in New Issue