hyprland-wiki: Add some more `windowrulev2` examples

* Include two more example of 'windowrulev2' that make use of the other
  supported fields (XWayland for Steam, Float for PiP).
This commit is contained in:
Antonino Scordino 2022-10-19 15:21:51 +02:00
parent 3589085292
commit d2780389e8
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ Keep in mind you do *not* need to define all of them, but you need to define at
windowrulev2 = move 100 100,class:^(kitty)$
windowrulev2 = animation popin,class:^(kitty)$
windowrulev2 = noblur,class:^(firefox)$
windowrulev2 = center,class:^(Steam)$,title:^(Friends)(.*)$,xwayland 1
windowrulev2 = pin,title:^(Picture in picture)$,floating 1
```
{{< hint type=tip >}}