mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 03:44:48 +02:00
modules: add namespace vbe/
for modules
This commit is contained in:
parent
3415d39992
commit
c478921aea
5 changed files with 5 additions and 6 deletions
|
@ -22,7 +22,7 @@ local pairs = pairs
|
|||
local ipairs = ipairs
|
||||
--}}}
|
||||
|
||||
module("sharetags")
|
||||
module("vbe/sharetags")
|
||||
|
||||
--{{{ Private structures
|
||||
tagwidgets = setmetatable({}, { __mode = 'k' })
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue