fix: make variables local
This commit is contained in:
parent
97049a1f75
commit
60bc316c26
10 changed files with 52 additions and 54 deletions
|
@ -1,5 +1,5 @@
|
|||
local awful = require("awful")
|
||||
local beautiful = beautiful
|
||||
local beautiful = require("beautiful")
|
||||
|
||||
|
||||
client.connect_signal("manage", function (c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue