awful.mouse: remove useless hooks requirement
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
599f135e9b
commit
32e61fccd0
|
@ -7,7 +7,6 @@
|
|||
-- Grab environment we need
|
||||
local layout = require("awful.layout")
|
||||
local tag = require("awful.tag")
|
||||
local hooks = require("awful.hooks")
|
||||
local aclient = require("awful.client")
|
||||
local widget = require("awful.widget")
|
||||
local awibox = require("awful.wibox")
|
||||
|
|
Loading…
Reference in New Issue