From e76d199d92251da54f24379a0c1353d90ccc6391 Mon Sep 17 00:00:00 2001 From: Parola Marco Date: Thu, 5 Sep 2024 18:29:46 +0200 Subject: [PATCH] docs: added config entry for `group:merge_groups_on_drag` (#768) --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 1170df3..5515ef6 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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 |