mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-15 09:45:58 +01:00
fix edge cases in smart gaps workspace-rule (#856)
This commit is contained in:
parent
62c6debab3
commit
dcafe02bf0
1 changed files with 3 additions and 6 deletions
|
@ -59,13 +59,10 @@ workspace = w[tg1-4], shadow:false
|
||||||
To replicate "smart gaps" / "no gaps when only" from other WMs/Compositors, use this bad boy:
|
To replicate "smart gaps" / "no gaps when only" from other WMs/Compositors, use this bad boy:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
workspace = w[t1], gapsout:0, gapsin:0
|
workspace = w[tv1], gapsout:0, gapsin:0
|
||||||
workspace = w[tg1], gapsout:0, gapsin:0
|
|
||||||
workspace = f[1], gapsout:0, gapsin:0
|
workspace = f[1], gapsout:0, gapsin:0
|
||||||
windowrulev2 = bordersize 0, floating:0, onworkspace:w[t1]
|
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||||
windowrulev2 = rounding 0, floating:0, onworkspace:w[t1]
|
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
|
||||||
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tg1]
|
|
||||||
windowrulev2 = rounding 0, floating:0, onworkspace:w[tg1]
|
|
||||||
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
|
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
|
||||||
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
|
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue