From 87f7cd8ff370f12619232ba1c18b4d2f801d5517 Mon Sep 17 00:00:00 2001 From: Tsuzura Date: Tue, 2 Jun 2026 10:27:49 -0400 Subject: [PATCH] ws --- .config/hypr/modules/monitors.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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