From 891b2c9501aa475525f302917e3aa6c653a9bc72 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 27 Feb 2024 22:45:25 +0000 Subject: [PATCH] add defaultName for workspace rules --- pages/Configuring/Workspace-Rules.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Workspace-Rules.md b/pages/Configuring/Workspace-Rules.md index 21e075b..a3e81df 100644 --- a/pages/Configuring/Workspace-Rules.md +++ b/pages/Configuring/Workspace-Rules.md @@ -34,7 +34,8 @@ workspace=3,rounding:false,bordersize:0 | rounding:[b] | Whether to draw rounded windows or not | bool | | decorate:[b] | Whether to draw window decorations or not | bool | | persistent:[b] | Keep this workspace alive even if empty and inactive | bool | -| on-created-empty:[c] | A command to be executed once a workspace is created empty (i.e. not created by moving a window to it). See the [command syntax](../Dispatchers#executing-with-rules) | string +| on-created-empty:[c] | A command to be executed once a workspace is created empty (i.e. not created by moving a window to it). See the [command syntax](../Dispatchers#executing-with-rules) | string | +| defaultName:[s] | A default name for the workspace. | string | ### Example Rules ```ini