Migrate Hyprland config to Lua

see https://hypr.land/news/26_lua/
This commit is contained in:
2026-05-09 21:33:57 -07:00
parent da79f53755
commit 8aadaf1b2f
13 changed files with 431 additions and 295 deletions

10
hypr/.luarc.json Normal file
View File

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