Migrate Hyprland to Lua

This commit is contained in:
2026-05-09 21:39:19 -07:00
parent da79f53755
commit a7c69740de
12 changed files with 385 additions and 297 deletions

10
hypr/.luarc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"workspace": {
"library": [
"/usr/share/hypr/stubs"
]
},
"diagnostics": {
"globals": ["hl"]
}
}