mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
Merge branch 'hyprwm:main' into nawfalmrouyan-patch-1
This commit is contained in:
commit
3fd68e1412
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue