mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
quake: remove common window bindings for the quake console
We don't want to maximize it or anything like this.
This commit is contained in:
parent
f2883707a1
commit
66a35b384e
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue