chore(hypr): migrate Hyprland configuration to Lua

This commit is contained in:
2026-08-19 15:40:38 +02:00
parent a754efd301
commit fe99bff5a8
14 changed files with 313 additions and 571 deletions
+22
View File
@@ -0,0 +1,22 @@
hl.env("GDK_SCALE", "1")
hl.monitor({
output = "eDP-1",
mode = "1920x1080",
position = "auto",
scale = 1
})
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = "auto"
})
hl.monitor({
output = "desc:Xiaomi Corporation Mi Monitor",
mode = "3440x1440@60",
position = "auto",
scale = 1
})