8 lines
274 B
Lua
8 lines
274 B
Lua
hl.monitor({
|
|
-- Use 'desc:' followed by your monitor's exact string from hyprctl
|
|
output="desc:Samsung Electric Company Odyssey G95C HNTL300212",
|
|
mode = "5120x1440@240", -- Explicitly lock the ultrawide canvas & high refresh rate
|
|
scale = 1,
|
|
vrr = true
|
|
})
|