mirror of https://github.com/lcpz/lain.git
quake: uncomment client.border
This commit is contained in:
parent
cf2c442499
commit
64540340db
|
@ -62,7 +62,7 @@ function quake:display()
|
|||
|
||||
-- Resize
|
||||
awful.client.floating.set(client, true)
|
||||
--client.border_width = self.border
|
||||
client.border_width = self.border
|
||||
client.size_hints_honor = false
|
||||
if self.notexist then
|
||||
client:geometry(self.geometry)
|
||||
|
|
Loading…
Reference in New Issue