16 lines
425 B
Lua
16 lines
425 B
Lua
-- See https://wiki.hyprland.org/Configuring/Monitors/
|
|||
|
|
-- List current monitors and resolutions possible: hyprctl monitors
|
||
|
|
|
||
|
|
hl.monitor({
|
||
|
|
output = "desc:Samsung Electric Company LU28R55 HNMN500475",
|
||
|
|
mode = "3840x2160",
|
||
|
|
position = "auto-left",
|
||
|
|
scale = 1.5,
|
||
|
|
})
|
||
|
|
hl.monitor({
|
||
|
|
output = "desc:Samsung Electric Company LU28R55 HNMN500462",
|
||
|
|
mode = "3840x2160",
|
||
|
|
position = "auto-right",
|
||
|
|
scale = 1.5,
|
||
|
|
})
|