mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
initial setup for hyprlang -> lua
This commit is contained in:
@@ -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,
|
||||
})
|
||||
Reference in New Issue
Block a user