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