initial setup for hyprlang -> lua

This commit is contained in:
2026-05-04 19:53:56 +02:00
parent 845d28c6a1
commit 5506a79667
10 changed files with 321 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
hl.monitor({
output = "DP-2",
mode = "2560x1440@240",
position = "1728x0",
scale = 1,
bitdepth = 10,
cm = "srgb",
})
hl.monitor({
output = "DP-3",
mode = "3840x2160@60",
position = "0x0",
scale = 1.25,
bitdepth = 10,
cm = "srgb",
transform = 1,
})