mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-01 07:33:31 +02:00
chore(monitors): adjust monitor size/position new layout
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
hl.monitor({
|
||||
output = "DP-2",
|
||||
output = "DP-1",
|
||||
mode = "2560x1440@240",
|
||||
position = "1728x0",
|
||||
position = "auto-left",
|
||||
scale = 1,
|
||||
bitdepth = 10,
|
||||
cm = "srgb",
|
||||
@@ -9,11 +9,11 @@ hl.monitor({
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "DP-3",
|
||||
mode = "3840x2160@60",
|
||||
position = "0x0",
|
||||
output = "DP-2",
|
||||
mode = "preffered",
|
||||
position = "auto-right",
|
||||
scale = 1.25,
|
||||
bitdepth = 10,
|
||||
cm = "srgb",
|
||||
transform = 1,
|
||||
transform = 3,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user