mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
quake: explain why we need the reattach timer
This commit is contained in:
parent
8e2afdd778
commit
b031b9b62b
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue