Add missing callbacks argument to rule source
This commit is contained in:
parent
610abddd46
commit
ac98c5e680
2
init.lua
2
init.lua
|
@ -12,7 +12,7 @@ local pending = {}
|
||||||
awesome.register_xproperty("WM_LAUNCH_ID", "string")
|
awesome.register_xproperty("WM_LAUNCH_ID", "string")
|
||||||
|
|
||||||
awful.rules.add_rule_source("launch",
|
awful.rules.add_rule_source("launch",
|
||||||
function (c, props)
|
function (c, props, callbacks)
|
||||||
local id = c:get_xproperty("WM_LAUNCH_ID")
|
local id = c:get_xproperty("WM_LAUNCH_ID")
|
||||||
if not id or id == "" then return end
|
if not id or id == "" then return end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue