aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-09-13 22:26:33 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-09-13 22:26:33 +0200
commitfbfcc495fc95f90edff8912a2895bbff79aebc28 (patch)
tree92f1cc3d12f6707007d87b311bc437ca1b00e804 /init.lua
parent1d7f64651b74e7765c9028f587d418596a40307c (diff)
downloadvicious-legacy-fbfcc495fc95f90edff8912a2895bbff79aebc28.tar.xz
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.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 3159718..4ee9287 100644
--- a/init.lua
+++ b/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