Remove invalid variable usage
There is no variable called "startup" in awful.rules. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
b296778185
commit
95a5d3f80e
|
@ -127,7 +127,7 @@ function apply(c)
|
|||
|
||||
-- If untagged, stick the client on the current one.
|
||||
if #c:tags() == 0 then
|
||||
atag.withcurrent(c, startup)
|
||||
atag.withcurrent(c)
|
||||
end
|
||||
|
||||
-- Apply all callbacks from matched rules.
|
||||
|
|
Loading…
Reference in New Issue