bug: Fix unused variable in example
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
906dc543e4
commit
741efd4171
|
@ -4,7 +4,6 @@ local awful = { titlebar = require("awful.titlebar"),
|
||||||
}
|
}
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local gears = {table = require("gears.table")}
|
|
||||||
|
|
||||||
screen[1]._resize { width = 646, height = 182 }
|
screen[1]._resize { width = 646, height = 182 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue