quake: if quake console is closed, mark it as not visible

This commit is contained in:
Vincent Bernat 2012-07-15 12:54:34 +02:00
parent 3b3dd0863d
commit 8e2afdd778
2 changed files with 8 additions and 2 deletions

View file

@ -19,7 +19,7 @@ local function client_info()
local inf = {
"name", "icon_name", "type", "class", "role", "instance", "pid",
"icon_name", "skip_taskbar", "id", "group_window", "leader_id", "machine",
"skip_taskbar", "id", "group_window", "leader_id", "machine",
"screen", "hidden", "minimized", "size_hints_honor", "titlebar", "urgent",
"focus", "opacity", "ontop", "above", "below", "fullscreen", "transient_for",
"maximixed_horizontal", "maximixed_vertical", "sticky", "modal", "focusable"