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
e291c03982
commit
0e869b7b15
|
@ -130,7 +130,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