summaryrefslogtreecommitdiff
path: root/workspace.lua
diff options
context:
space:
mode:
Diffstat (limited to 'workspace.lua')
-rw-r--r--workspace.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/workspace.lua b/workspace.lua
new file mode 100644
index 0000000..9742b76
--- /dev/null
+++ b/workspace.lua
@@ -0,0 +1,10 @@
+-- 工作区配置(对应 workspace.conf)
+-- 参考 https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/
+
+-- 镜像所有工作区到显示器
+for i = 1, 20 do
+ hl.workspace_rule({
+ workspace = tostring(i),
+ monitor = "all",
+ })
+end