auto_group (#783)

* auto_group

For https://github.com/hyprwm/Hyprland/pull/7883

* grammar

* grammar

* grammar

* simplify it
This commit is contained in:
Aqa-Ib 2024-10-02 11:22:36 +02:00 committed by GitHub
parent 4ddae11f6a
commit 5a3f3ce012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -308,6 +308,7 @@ Described [here](../Keywords#per-device-input-configs).
| name | description | type | default | | name | description | type | default |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| 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 | | merge_groups_on_drag | whether window groups can be dragged into other groups | bool | true |