oh hey, sum muuns :D

This commit is contained in:
elburg 2024-03-23 23:42:24 -07:00
parent 93ce02c97a
commit 155edca57f
3 changed files with 23 additions and 0 deletions

1
src/config.lua Normal file
View file

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

3
src/main.lua Normal file
View file

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

19
src/props.lua Normal file
View file

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