mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
add group_on_movetoworkspace (#812)
* add group_on_movetoworkspace https://github.com/hyprwm/Hyprland/pull/8159 * update
This commit is contained in:
parent
2fbcc75ebf
commit
c0f46b5520
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ Described [here](../Keywords#per-device-input-configs).
|
||||||
| 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_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 |
|
| merge_floated_into_tiled_on_groupbar | whether dragging a floating window into a tiled window groupbar will merge them | bool | false |
|
||||||
|
| group_on_movetoworkspace | whether using movetoworkspace[silent] will merge the window into the workspace's solitary unlocked group | 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