oh hey, sum muuns :D

master
elburg 2 months ago
parent 93ce02c97a
commit 155edca57f

@ -0,0 +1 @@
-- stuff for the config files

@ -0,0 +1,3 @@
function main(options)
print()
end

@ -0,0 +1,19 @@
-- constants, defaults, and other shit
constants = {
defaults = {
dirs = {
mpv = {
linux = {
"~/.config/mpv/",
"~/.mpv/"
}
}
}
}
}
default_conf = {
configjson = [[
]]
}
Loading…
Cancel
Save