util/quake: this is a normal window

This commit is contained in:
copycat-killer 2016-06-26 17:27:42 +02:00
parent 6f01d292de
commit 92e72dcce4
1 changed files with 0 additions and 4 deletions

View File

@ -69,10 +69,6 @@ function quake:display()
client.skip_taskbar = true
client.sticky = false
-- This is not a normal window, don't apply any specific keyboard stuff
client:buttons({})
client:keys({})
-- Toggle display
if self.visible then
client.hidden = false