X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/adccf47bdf7a9023ad20d8d5dcdaf8bfa4c563ab..c89fc17636ac1d52ee9ca2f66c5033f9ea7e50fa:/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