From a583d65fa194e06b2841dbe206c021a8484075e6 Mon Sep 17 00:00:00 2001 From: Aqa-Ib Date: Tue, 8 Oct 2024 12:20:59 +0200 Subject: [PATCH] drag_into_group (#796) https://github.com/hyprwm/Hyprland/pull/8004 --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index ddbba5d6..0291b4c4 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -312,6 +312,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 | +| drag_into_group | whether dragging a window into a unlocked group will merge them. Options: 0 (disabled), 1 (enabled), 2 (only when dragging into the groupbar) | int | 1 | | 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 |