From a6c15624819cd941c431f7590831264c930338ca Mon Sep 17 00:00:00 2001 From: zakk4223 Date: Thu, 16 May 2024 06:38:37 -0400 Subject: [PATCH] Add group:groupbar:stacked (#651) --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 10905fc..a17018d 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -327,6 +327,7 @@ _Subcategory `group:groupbar:`_ | font_size | font size of groupbar title | int | 8 | | gradients | enables gradients | bool | true | | height | height of the groupbar | int | 14 | +| stacked | render the groupbar as a vertical stack | bool | false | | priority | sets the decoration priority for groupbars | int | 3 | | render_titles | whether to render titles in the group bar decoration | bool | true | | scrolling | whether scrolling in the groupbar changes group active window | bool | true |