From b031b9b62b458a3b13266eeb806eaec17c4864c6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 15 Jul 2012 12:55:30 +0200 Subject: [PATCH] quake: explain why we need the reattach timer --- lib/quake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/quake.lua b/lib/quake.lua index abde385..9274922 100644 --- a/lib/quake.lua +++ b/lib/quake.lua @@ -138,6 +138,7 @@ function QuakeConsole:new(config) end end) + -- "Reattach" currently running QuakeConsole. This is in case awesome is restarted. local reattach = capi.timer { timeout = 0 } reattach:add_signal("timeout", function()