tiling is working again, and surface at is mostly in

This commit is contained in:
Harrison DiAmbrosio 2025-12-13 23:38:29 -05:00
parent 1039e3a800
commit 49a6ced28e
7 changed files with 54 additions and 26 deletions

View file

@ -282,4 +282,3 @@ function print_table(tbl, indent, seen)
end
end
end

View file

@ -1,4 +1,5 @@
local env_conf = os.getenv("XDG_CONFIG_HOME")
if not env_conf then
env_conf = os.getenv("HOME")
if not env_conf then