From 66a35b384e429c850a87fcddc638b36a4a9aa49b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 15 Jul 2012 13:13:37 +0200 Subject: [PATCH] quake: remove common window bindings for the quake console We don't want to maximize it or anything like this. --- lib/quake.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/quake.lua b/lib/quake.lua index 102d728..42faaf9 100644 --- a/lib/quake.lua +++ b/lib/quake.lua @@ -99,7 +99,10 @@ function QuakeConsole:display() client.above = true client.skip_taskbar = true client.sticky = true - client. + + -- This is not a normal window, don't apply any specific keyboard stuff + client:buttons({}) + client:keys({}) -- Toggle display if self.visible then