modules: add namespace vbe/ for modules

This commit is contained in:
Vincent Bernat 2012-07-14 16:37:32 +02:00
parent 3415d39992
commit c478921aea
5 changed files with 5 additions and 6 deletions

View file

@ -22,7 +22,7 @@ local pairs = pairs
local ipairs = ipairs
--}}}
module("sharetags")
module("vbe/sharetags")
--{{{ Private structures
tagwidgets = setmetatable({}, { __mode = 'k' })

View file

@ -5,9 +5,8 @@ local naughty = require("naughty")
local tonumber = tonumber
local string = string
local os = os
local setmetatable = setmetatable
module("volume")
module("vbe/volume")
local volid = nil
local function change(what)