mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
merge_floated_into_tiled_on_groupbar (#797)
https://github.com/hyprwm/Hyprland/pull/8042
This commit is contained in:
parent
80f0b7f524
commit
84a951c686
1 changed files with 2 additions and 1 deletions
|
@ -311,8 +311,9 @@ Described [here](../Keywords#per-device-input-configs).
|
||||||
| auto_group | whether new windows will be automatically grouped into the focused unlocked group | bool | true |
|
| auto_group | whether new windows will be automatically grouped into the focused unlocked group | bool | true |
|
||||||
| insert_after_current | whether new windows in a group spawn after current or at group tail | bool | true |
|
| 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 |
|
| 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 |
|
| 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 |
|
||||||
|
| merge_groups_on_drag | whether window groups can be dragged into other groups | bool | true |
|
||||||
|
| merge_floated_into_tiled_on_groupbar | whether dragging a floating window into a tiled window groupbar will merge them | bool | false |
|
||||||
| col.border_active | active group border color | gradient | 0x66ffff00 |
|
| col.border_active | active group border color | gradient | 0x66ffff00 |
|
||||||
| col.border_inactive | inactive (out of focus) group border color | gradient | 0x66777700 |
|
| 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_active | active locked group border color | gradient | 0x66ff5500 |
|
||||||
|
|
Loading…
Reference in a new issue