ws
This commit is contained in:
parent
32fec08a4e
commit
87f7cd8ff3
1 changed files with 5 additions and 5 deletions
|
|
@ -10,8 +10,8 @@ local monitor_map = {
|
||||||
["DP-2"] = {6, 7, 8, 9, 10},
|
["DP-2"] = {6, 7, 8, 9, 10},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- for monitor, workspaces in pairs(monitor_map) do
|
for monitor, workspaces in pairs(monitor_map) do
|
||||||
-- for _, ws in ipairs(workspaces) do
|
for _, ws in ipairs(workspaces) do
|
||||||
-- hl.workspace_rule({ workspace = tostring(ws), monitor = monitor, persistent = true })
|
hl.workspace_rule({ workspace = tostring(ws), monitor = monitor, persistent = true })
|
||||||
-- end
|
end
|
||||||
-- end
|
end
|
||||||
Loading…
Add table
Reference in a new issue