X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/5584f209717d743d8ca054bda83e67819366383a..a659d1a4bc99d27a1746985e13f68efc3dd256c7:/util/quake.lua diff --git a/util/quake.lua b/util/quake.lua index be9258c..771741e 100644 --- a/util/quake.lua +++ b/util/quake.lua @@ -52,8 +52,9 @@ function quake:display() if not client then -- The client does not exist, we spawn it - awful.util.spawn(self.app .. " " .. string.format(self.argname, self.name) .. - " " .. self.extra, false, self.screen) + awful.util.spawn(string.format("%s %s %s", self.app, + string.format(self.argname, self.name), self.extra), + false, self.screen) self.notexist = true return end