mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
new windowrulev2 fields
This commit is contained in:
parent
6426a02150
commit
59eb7dd84f
1 changed files with 4 additions and 1 deletions
|
@ -420,7 +420,10 @@ windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||||
|
|
||||||
For now, the supported fields are:
|
For now, the supported fields are:
|
||||||
```
|
```
|
||||||
class title
|
class - class regex
|
||||||
|
title - title regex
|
||||||
|
xwayland - 0/1
|
||||||
|
floating - 0/1
|
||||||
```
|
```
|
||||||
|
|
||||||
Keep in mind you do *not* need to define all of them, but you need to define at least one.
|
Keep in mind you do *not* need to define all of them, but you need to define at least one.
|
||||||
|
|
Loading…
Reference in a new issue