fix: make variables local
This commit is contained in:
parent
97049a1f75
commit
60bc316c26
10 changed files with 52 additions and 54 deletions
9
mpd.lua
9
mpd.lua
|
@ -1,12 +1,9 @@
|
|||
-- MPD control and playlist editing
|
||||
-- prompts require dmpc script
|
||||
local M = {}
|
||||
local conf = conf
|
||||
local awful = awful
|
||||
local log = log
|
||||
|
||||
-- local functions
|
||||
local dmenu, notify, mpc
|
||||
local conf = require("localconf")
|
||||
local log = require("talkative")
|
||||
local naughty = require("naughty")
|
||||
|
||||
local defaults = {}
|
||||
local settings = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue