fix: make variables local

This commit is contained in:
Alexander Gehrke 2024-02-06 17:25:23 +01:00
parent 97049a1f75
commit 60bc316c26
10 changed files with 52 additions and 54 deletions

View file

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