8 lines
478 B
Lua
8 lines
478 B
Lua
-- Generated originally by nwg-displays; ported to Lua.
|
|
-- See https://wiki.hypr.land/Configuring/Basics/Monitors/
|
|
|
|
hl.monitor({ output = "DP-1", mode = "2560x1440@165.0", position = "6626x876", scale = 1.0, vrr = 2 })
|
|
hl.monitor({ output = "DP-2", mode = "2560x1440@165.0", position = "4066x876", scale = 1.0 })
|
|
hl.monitor({ output = "HDMI-A-2", mode = "1920x1080@60.0", position = "9186x396", scale = 1.0, transform = 3 })
|
|
hl.monitor({ output = "HDMI-A-1", disabled = true })
|