mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-01-03 10:30:14 +01:00
windowrules: add group: selector (#1108)
* add group windowrule selector * oops fixed spacing
This commit is contained in:
parent
44aa05753a
commit
6a4c06b5de
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ The supported fields for parameters are:
|
|||
| fullscreen:\[0/1\] | Fullscreen windows. |
|
||||
| pinned:\[0/1\] | Pinned windows. |
|
||||
| focus:\[0/1\] | Currently focused window. |
|
||||
| group:\[0/1\] | Grouped windows. |
|
||||
| fullscreenstate:\[internal\] \[client\] | Windows with matching `fullscreenstate`. `internal` and `client` can be `*` - any, `0` - none, `1` - maximize, `2` - fullscreen, `3` - maximize and fullscreen. |
|
||||
| workspace:\[w\] | Windows on matching workspace. `w` can be `id` or `name:string`. |
|
||||
| onworkspace:\[w\] | Windows on matching workspace. `w` can be `id`, `name:string` or `workspace selector`. |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue