fix: make variables local
This commit is contained in:
parent
97049a1f75
commit
60bc316c26
10 changed files with 52 additions and 54 deletions
|
@ -3,7 +3,8 @@ awful.rules = require("awful.rules")
|
|||
local localconf = require("localconf")
|
||||
|
||||
local beautiful = require("beautiful")
|
||||
local binder = binder or require("separable.binder")
|
||||
local naughty = require("naughty")
|
||||
local binder = require("separable.binder")
|
||||
local log = require("talkative")
|
||||
|
||||
-- create a notification when given client becomes urgent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue