mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 22:15:59 +01:00
auto_group (#783)
* auto_group For https://github.com/hyprwm/Hyprland/pull/7883 * grammar * grammar * grammar * simplify it
This commit is contained in:
parent
4ddae11f6a
commit
5a3f3ce012
1 changed files with 1 additions and 0 deletions
|
@ -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 |
|
||||||
|
|
Loading…
Reference in a new issue