X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/64540340dbe9071bc716c73ca4c90df14fdd6302..1bd178f68757099e6c9ccde1992ca5d519ccb8e5:/util/quake.lua?ds=sidebyside diff --git a/util/quake.lua b/util/quake.lua index e65f716..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