From 7cdbd37028b81ede0ca14bf85de936433da62bbb Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:14:35 +0000 Subject: [PATCH] mention wsbind --- pages/Configuring/Monitors.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Monitors.md b/pages/Configuring/Monitors.md index 44741eb..f6de884 100644 --- a/pages/Configuring/Monitors.md +++ b/pages/Configuring/Monitors.md @@ -177,4 +177,17 @@ workspace = DP-2, name:work ``` Please remember only one default workspace can be created per monitor, subsequent sets for -the same monitor will overwrite the previous. \ No newline at end of file +the same monitor will overwrite the previous. + +## Binding workspaces to a monitor +A workspace can be bound to a monitor, meaning by default it will ALWAYS open +on the selected monitor. You can do this with +``` +wsbind=WORKSPACE,MONITOR +``` + +for example: +``` +wsbind=5,DP-1 +wsbind=name:secret,DP-2 +``` \ No newline at end of file