Add missing callbacks argument to rule source

This commit is contained in:
James Reed 2019-04-10 18:57:52 -06:00
parent 610abddd46
commit ac98c5e680
No known key found for this signature in database
GPG Key ID: 8F79994F6B8378C1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ local pending = {}
awesome.register_xproperty("WM_LAUNCH_ID", "string")
awful.rules.add_rule_source("launch",
function (c, props)
function (c, props, callbacks)
local id = c:get_xproperty("WM_LAUNCH_ID")
if not id or id == "" then return end