mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
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).
This commit is contained in:
parent
f912014b83
commit
728acbe62a
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ function QuakeConsole:display()
|
||||||
i = i + 1
|
i = i + 1
|
||||||
if i == 1 then
|
if i == 1 then
|
||||||
client = c
|
client = c
|
||||||
|
client:tags({})
|
||||||
else
|
else
|
||||||
-- Additional matching clients, let's remove the sticky bit
|
-- Additional matching clients, let's remove the sticky bit
|
||||||
-- which may persist between awesome restarts. We don't close
|
-- which may persist between awesome restarts. We don't close
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue