mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
add smart gaps to maximised windows (#803)
Co-authored-by: Rehan Daphedar <mail@rehandaphedar.com>
This commit is contained in:
parent
0f24a94d5c
commit
c0dd4baf90
1 changed files with 9 additions and 2 deletions
|
@ -55,10 +55,17 @@ workspace = w[tg1-4], shadow:false
|
||||||
|
|
||||||
#### Smart gaps
|
#### Smart gaps
|
||||||
|
|
||||||
To replicate "smart gaps" / "no gaps when only", from other WMs/Compositors, use
|
To replicate "smart gaps" / "no gaps when only" from other WMs/Compositors, use
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
workspace = w[tg1], gapsout:0, border: 0, rounding:0
|
workspace = w[t1], gapsout:0, gapsin:0, border: 0, rounding:0
|
||||||
|
workspace = w[tg1], gapsout:0, gapsin:0, border: 0, rounding:0
|
||||||
|
```
|
||||||
|
|
||||||
|
If you want no gaps when a window is maximised (but not fullscreen), add this rule as well
|
||||||
|
|
||||||
|
```ini
|
||||||
|
workspace = f[1], gapsout:0, gapsin:0, border: 0, rounding:0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|
Loading…
Reference in a new issue