mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-25 06:00:03 +01:00
Fix examples using 'floating' instead of 'float'
This commit is contained in:
parent
a0a5c14308
commit
a1d842f9ef
1 changed files with 2 additions and 2 deletions
|
|
@ -269,7 +269,7 @@ precedence. i.e.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
windowrule = opacity 0.8 0.8, match:class kitty
|
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
|
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`.
|
non-fullscreen floating windows will have `opacity 0.5`.
|
||||||
|
|
||||||
```ini
|
```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
|
windowrule = opacity 0.8 0.8, match:class kitty
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue