docs: added config entry for `group:merge_groups_on_drag` (#768)

This commit is contained in:
Parola Marco 2024-09-05 18:29:46 +02:00 committed by GitHub
parent 42ddc4f838
commit e76d199d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ Described [here](../Keywords#per-device-input-configs).
| --- | --- | --- | --- |
| insert_after_current | whether new windows in a group spawn after current or at group tail | bool | true |
| focus_removed_window | whether Hyprland should focus on the window that has just been moved out of the group | bool | true |
| merge_groups_on_drag | whether window groups can be dragged into other groups | bool | true |
| 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 |