quake: uncomment client.border

This commit is contained in:
copycat-killer 2017-01-03 12:32:47 +01:00
parent cf2c442499
commit 64540340db
1 changed files with 1 additions and 1 deletions

View File

@ -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)