mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +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
|
@ -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