From 514574928ba3fdb4ecd64876274ba36f62e40f77 Mon Sep 17 00:00:00 2001 From: Hannes Date: Fri, 3 Jul 2026 19:22:22 +0200 Subject: [PATCH] allways have 1-4 attached --- user_config/workspacerules.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/user_config/workspacerules.lua b/user_config/workspacerules.lua index 8418100..041f40c 100644 --- a/user_config/workspacerules.lua +++ b/user_config/workspacerules.lua @@ -101,4 +101,21 @@ if HOSTNAME == "archlinux-hypr" then default = false, persistent = true }) +else + hl.workspace_rule({ + workspace = "1", + persistent = true + }) + hl.workspace_rule({ + workspace = "2", + persistent = true + }) + hl.workspace_rule({ + workspace = "3", + persistent = true + }) + hl.workspace_rule({ + workspace = "4", + persistent = true + }) end \ No newline at end of file