mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
Fix examples using 'floating' instead of 'float' (#1294)
This commit is contained in:
parent
a0a5c14308
commit
2d8da2d1be
1 changed files with 2 additions and 2 deletions
|
|
@ -269,7 +269,7 @@ precedence. i.e.
|
|||
|
||||
```ini
|
||||
windowrule = opacity 0.8 0.8, match:class kitty
|
||||
windowrule = opacity 0.5 0.5, match:floating yes
|
||||
windowrule = opacity 0.5 0.5, match:float yes
|
||||
```
|
||||
|
||||
Here, all non-fullscreen kitty windows will have `opacity 0.8`, except if
|
||||
|
|
@ -277,7 +277,7 @@ they are floating. Otherwise, they will have `opacity 0.5`. The rest of the
|
|||
non-fullscreen floating windows will have `opacity 0.5`.
|
||||
|
||||
```ini
|
||||
windowrule = opacity 0.5 0.5, match:floating true
|
||||
windowrule = opacity 0.5 0.5, match:float true
|
||||
windowrule = opacity 0.8 0.8, match:class kitty
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue