mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
mention smart gaps in workspace rules
This commit is contained in:
parent
5118c23410
commit
9601c4f3f7
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ workspace = 3, rounding:false, bordersize:0
|
||||||
workspace = w[tg1-4], shadow:false
|
workspace = w[tg1-4], shadow:false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Smart gaps
|
||||||
|
|
||||||
|
To replicate "smart gaps" / "no gaps when only", from other WMs/Compositors, use
|
||||||
|
|
||||||
|
```ini
|
||||||
|
workspace = w[tg1], gapsout:0, border: 0, rounding:0
|
||||||
|
```
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|
||||||
| Rule | Description | type |
|
| Rule | Description | type |
|
||||||
|
|
Loading…
Reference in a new issue