change monitor
This commit is contained in:
parent
50efaa8249
commit
c51ba316fd
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ hl.monitor({ output = "DP-2", mode = "1920x1080@165", position = "1920x0", scale
|
|||
|
||||
-- Workspaces 1-5 → DP-2 (165Hz, main), 6-10 → DP-1 (60Hz, secondary)
|
||||
local monitor_map = {
|
||||
["DP-2"] = {1, 2, 3, 4, 5},
|
||||
["DP-1"] = {6, 7, 8, 9, 10},
|
||||
["DP-1"] = {1, 2, 3, 4, 5},
|
||||
["DP-2"] = {6, 7, 8, 9, 10},
|
||||
}
|
||||
|
||||
for monitor, workspaces in pairs(monitor_map) do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue