mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-11 02:08:08 +00:00
Forgot to require lain
This commit is contained in:
parent
73cdf22ad6
commit
8a6f4c8236
|
@ -1,5 +1,6 @@
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
local drop = require("scratchdrop")
|
local drop = require("scratchdrop")
|
||||||
|
local lain = require("lain")
|
||||||
|
|
||||||
-- {{{ Mouse bindings
|
-- {{{ Mouse bindings
|
||||||
root.buttons(awful.util.table.join(
|
root.buttons(awful.util.table.join(
|
||||||
|
|
Loading…
Reference in a new issue