init: comment connect_signal for users of awesome master
Thanks to all who sent patches. Usually I would support master, but in this case we are very far from the next release. In addition master is (much more than usually) unstable right now.
This commit is contained in:
parent
1d7f64651b
commit
fbfcc495fc
2
init.lua
2
init.lua
|
@ -118,6 +118,8 @@ local function regregister(reg)
|
|||
timer = capi.timer({ timeout = reg.timer })
|
||||
}
|
||||
timers[reg.update].timer:add_signal("timeout", reg.update)
|
||||
-- Connect signals in development versions of awesome
|
||||
--timers[reg.update].timer:connect_signal("timeout", reg.update)
|
||||
timers[reg.update].timer:start()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue