From 728acbe62abeda0526e57a64f805db8e3ed162c6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 11 Sep 2012 21:05:38 +0200 Subject: [PATCH] quake: remove all tags from the Quake console The Quake console is sticky. It should not be atteched to any tag (or it may prevent an empty tag to be swept). --- lib/quake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/quake.lua b/lib/quake.lua index fdc7ec1..2de46d6 100644 --- a/lib/quake.lua +++ b/lib/quake.lua @@ -52,6 +52,7 @@ function QuakeConsole:display() i = i + 1 if i == 1 then client = c + client:tags({}) else -- Additional matching clients, let's remove the sticky bit -- which may persist between awesome restarts. We don't close