Merge branch 'hyprwm:main' into nawfalmrouyan-patch-1

This commit is contained in:
Nawfal bin Mohmad Rouyan 2025-11-24 18:12:13 +08:00 committed by GitHub
commit 3fd68e1412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,6 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts)
| name | description | type | default |
|---|---|---|---|
| border_size | size of the border around windows | int | 1 |
| no_border_on_floating | disable borders for floating windows | bool | false |
| gaps_in | gaps between windows, also supports css style gaps (top, right, bottom, left -> 5,10,15,20) | int | 5 |
| gaps_out | gaps between windows and monitor edges, also supports css style gaps (top, right, bottom, left -> 5,10,15,20) | int | 20 |
| float_gaps | gaps between windows and monitor edges for floating windows, also supports css style gaps (top, right, bottom, left -> 5 10 15 20). -1 means default | int | 0 |
@ -64,6 +63,7 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts)
| allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false |
| resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 |
| modal_parent_blocking | whether parent windows of modals will be interactive | bool | true |
| locale | overrides the system locale (e.g. en_US, es) | str | \[\[Empty\]\] |
#### Snap

View file

@ -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
```

View file

@ -73,8 +73,8 @@ Try to reproduce your issue as fast as possible so we don't have to sift through
First of all, **_READ THE [FAQ PAGE](../FAQ)_**
If your bug is not listed there, you can ask on the Discord server or open an
issue on GitHub.
If your bug is not listed there, you can ask on the Discord server or open a
[discussion on GitHub](https://github.com/hyprwm/Hyprland/discussions).
## Bisecting an issue