X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/cf2c44249973125a51c370311e7361d9c1e84771..1bd178f68757099e6c9ccde1992ca5d519ccb8e5:/util/quake.lua diff --git a/util/quake.lua b/util/quake.lua index 5a47c7d..e54b664 100644 --- a/util/quake.lua +++ b/util/quake.lua @@ -10,7 +10,7 @@ local awful = require("awful") local capi = { client = client, mouse = mouse, screen = screen, - timer = timer } + timer = timer or require("gears.timer") } local math = { floor = math.floor } local string = string @@ -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)