mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
fix misc issues with group docs
This commit is contained in:
parent
84ad6705fd
commit
2b306b38f7
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue