X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/85ed92417dfca8fbdcfc89b7efb5308edd4d1193..417c3ce33b2d6ee58b88237fea0edc96c1af2013:/util/quake.lua diff --git a/util/quake.lua b/util/quake.lua index 5a55200..000c618 100644 --- a/util/quake.lua +++ b/util/quake.lua @@ -54,7 +54,7 @@ function quake:display() -- The client does not exist, we spawn it awful.util.spawn(self.app .. " " .. string.format(self.argname, self.name), false, self.screen) - self.exist = true + self.notexist = true return end @@ -63,7 +63,6 @@ function quake:display() client.border_width = 0 client.size_hints_honor = false if self.notexist then - -- set default geometry only on first spawn client:geometry(self.geometry) self.notexist = false end