bug: Fix unused variable in example

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-06-26 15:34:39 +02:00
parent 906dc543e4
commit 741efd4171
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 0 additions and 1 deletions

View File

@ -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 }