From 2b306b38f7fc26317f0a608223d341701edcf599 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:19:54 +0100 Subject: [PATCH] fix misc issues with group docs --- pages/Configuring/Dispatchers.md | 2 +- pages/Configuring/Variables.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index ca9496b..b55ebc6 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -92,7 +92,7 @@ Hyprland allows you to make a group from the current active window with the `tog A group is like i3wm’s “tabbed” container. It takes the space of one window, and you can change the window to the next one in the tabbed “group” with the `changegroupactive` bind dispatcher. -The new group’s border colors are configurable with the appropriate `col.` settings in the general config section. +The new group’s border colors are configurable with the appropriate `col.` settings in the `group` config section. You can lock a group with the `lockactivegroup` dispatcher in order to stop new window from entering this group. In addition, the `lockgroups` dispatcher can be used to toggle an independent global group lock that will prevent diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index fcaa0e1..a17eca2 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -280,10 +280,10 @@ _Subcategory `group:groupbar:`_ | 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 | | text_color | controls the group bar text color | color | 0xffffffff | -| col.border_active | active group border color | gradient | 0x66ffff00 | -| col.border_inactive | inactive (out of focus) group border color | gradient | 0x66777700 | -| col.border_locked_active | active locked group border color | gradient | 0x66ff5500 | -| col.border_locked_inactive | inactive locked group border color | gradient | 0x66775500 | +| col.active | active group border color | gradient | 0x66ffff00 | +| col.inactive | inactive (out of focus) group border color | gradient | 0x66777700 | +| col.locked_active | active locked group border color | gradient | 0x66ff5500 | +| col.locked_inactive | inactive locked group border color | gradient | 0x66775500 | # Misc