mirror of https://github.com/lcpz/lain.git
util/quake: this is a normal window
This commit is contained in:
parent
6f01d292de
commit
92e72dcce4
|
@ -69,10 +69,6 @@ function quake:display()
|
||||||
client.skip_taskbar = true
|
client.skip_taskbar = true
|
||||||
client.sticky = false
|
client.sticky = false
|
||||||
|
|
||||||
-- This is not a normal window, don't apply any specific keyboard stuff
|
|
||||||
client:buttons({})
|
|
||||||
client:keys({})
|
|
||||||
|
|
||||||
-- Toggle display
|
-- Toggle display
|
||||||
if self.visible then
|
if self.visible then
|
||||||
client.hidden = false
|
client.hidden = false
|
||||||
|
|
Loading…
Reference in New Issue