blob: 8ed244322362885c5d1e0c9fbafdedc74b578d94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
hl.monitor({
output = "DP-2",
mode = "1920x1080@144",
position = "0x0",
scale = "1",
})
hl.monitor({
output = "DP-1",
mode = "1920x1080@75",
position = "1920x0",
scale = "1",
})
hl.monitor({
output = "HDMI-A-1",
mode = "1920x1080@50",
position = "960x-1080",
scale = "1",
})
|