fix monitor x2
This commit is contained in:
parent
c51ba316fd
commit
0e869abffd
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
-- modules/monitors.lua
|
-- modules/monitors.lua
|
||||||
-- See https://wiki.hypr.land/Configuring/Basics/Monitors/
|
-- See https://wiki.hypr.land/Configuring/Basics/Monitors/
|
||||||
|
|
||||||
hl.monitor({ output = "DP-1", mode = "1920x1080@60", position = "0x0", scale = 1 })
|
hl.monitor({ output = "DP-2", mode = "1920x1080@60", position = "0x0", scale = 1 })
|
||||||
hl.monitor({ output = "DP-2", mode = "1920x1080@165", position = "1920x0", scale = 1, supports_hdr = 1 })
|
hl.monitor({ output = "DP-3", mode = "1920x1080@165", position = "1920x0", scale = 1, supports_hdr = 1 })
|
||||||
|
|
||||||
-- Workspaces 1-5 → DP-2 (165Hz, main), 6-10 → DP-1 (60Hz, secondary)
|
-- Workspaces 1-5 → DP-2 (165Hz, main), 6-10 → DP-1 (60Hz, secondary)
|
||||||
local monitor_map = {
|
local monitor_map = {
|
||||||
["DP-1"] = {1, 2, 3, 4, 5},
|
["DP-3"] = {1, 2, 3, 4, 5},
|
||||||
["DP-2"] = {6, 7, 8, 9, 10},
|
["DP-2"] = {6, 7, 8, 9, 10},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue