X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/2ddb55bc44dd0ea06e8caa40798d27f907169c07..a5b05fa47994ab1c7b15d59b24fb3f5aa2abd877:/util/quake.lua diff --git a/util/quake.lua b/util/quake.lua index 0f6b54a..bf78fce 100644 --- a/util/quake.lua +++ b/util/quake.lua @@ -66,7 +66,7 @@ function quake:display() client.floating = true client.border_width = self.border client.size_hints_honor = false - client:geometry(self:compute_size()) + client:geometry(self.geometry[self.screen] or self:compute_size()) -- Set not sticky and on top client.sticky = false