From 9f6f4c85e8703a0dbc062368fe7df3ec4de64cd9 Mon Sep 17 00:00:00 2001 From: zakk4223 Date: Thu, 18 Apr 2024 21:45:07 -0400 Subject: [PATCH] Add 'v' flag to workspace window count selector description (#604) --- pages/Configuring/Workspace-Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Workspace-Rules.md b/pages/Configuring/Workspace-Rules.md index a6e6c4a..56de013 100644 --- a/pages/Configuring/Workspace-Rules.md +++ b/pages/Configuring/Workspace-Rules.md @@ -24,7 +24,7 @@ Props: - `s[bool]` - Whether the workspace is special or not - `n[bool]`, `n[s:string]`, `n[e:string]` - named actions. `n[bool]` -> whether a workspace is a named workspace, `s` and `e` are starts and ends with respectively - `m[monitor]` - Monitor selector - - `w[(flags)A-B]`, `w[(flags)X]` - Prop for window counts on the workspace. A-B is an inclusive range, X is a specific number. Flags can be omitted. It can be `t` for tiled-only, `f` for floating-only, and `g` to count groups instead of windows. + - `w[(flags)A-B]`, `w[(flags)X]` - Prop for window counts on the workspace. A-B is an inclusive range, X is a specific number. Flags can be omitted. It can be `t` for tiled-only, `f` for floating-only, `g` to count groups instead of windows, and `v` to count only visible windows. ### Syntax