quake: uncomment client.border
This commit is contained in:
parent
cf2c442499
commit
64540340db
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function quake:display()
|
||||||
|
|
||||||
-- Resize
|
-- Resize
|
||||||
awful.client.floating.set(client, true)
|
awful.client.floating.set(client, true)
|
||||||
--client.border_width = self.border
|
client.border_width = self.border
|
||||||
client.size_hints_honor = false
|
client.size_hints_honor = false
|
||||||
if self.notexist then
|
if self.notexist then
|
||||||
client:geometry(self.geometry)
|
client:geometry(self.geometry)
|
||||||
|
|
Loading…
Add table
Reference in a new issue