Migrate Hyprland config to Lua

This commit is contained in:
2026-05-09 21:37:38 -07:00
parent da79f53755
commit f0b14f33b3
13 changed files with 422 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"]
}
}