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

@ -1,6 +1,6 @@
local naughty = require("naughty")
actions = {}
local actions = {}
function actions.toggle_naughty()
if naughty.is_suspended() then