diff --git a/.config/hypr/modules/monitors.lua b/.config/hypr/modules/monitors.lua index 6ad346e..708bb9a 100644 --- a/.config/hypr/modules/monitors.lua +++ b/.config/hypr/modules/monitors.lua @@ -10,8 +10,8 @@ local monitor_map = { ["DP-2"] = {6, 7, 8, 9, 10}, } --- for monitor, workspaces in pairs(monitor_map) do --- for _, ws in ipairs(workspaces) do --- hl.workspace_rule({ workspace = tostring(ws), monitor = monitor, persistent = true }) --- end --- end \ No newline at end of file +for monitor, workspaces in pairs(monitor_map) do + for _, ws in ipairs(workspaces) do + hl.workspace_rule({ workspace = tostring(ws), monitor = monitor, persistent = true }) + end +end \ No newline at end of file