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

6
hypr/hyprland.lua Normal file
View File

@@ -0,0 +1,6 @@
require("hyprland.config")
require("hyprland.binds")
require("hyprland.hardware")
require("hyprland.environment")
require("hyprland.animations")
require("hyprland.rules")