mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-03 08:23:30 +02:00
stylua
touchscreen workspace support, hdr testing
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
hl.monitor({
|
||||
output = "eDP-1",
|
||||
mode = "2560x1600@60",
|
||||
mode = "2880x1800@120",
|
||||
position = "0x0",
|
||||
scale = 1.25,
|
||||
scale = 1,
|
||||
bitdepth = 10,
|
||||
cm = "srgb",
|
||||
cm = "hdr",
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "",
|
||||
mode = "highres@highrr",
|
||||
mode = "3840x2160@30",
|
||||
position = "auto",
|
||||
scale = 1,
|
||||
scale = 1.5,
|
||||
bitdepth = 10,
|
||||
cm = "srgb",
|
||||
-- mirror = "eDP-1"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user