Skip to content

Commit

Permalink
fix edge cases in smart gaps workspace-rule (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename authored Nov 9, 2024
1 parent 62c6deb commit dcafe02
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pages/Configuring/Workspace-Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```ini
workspace = w[t1], gapsout:0, gapsin:0
workspace = w[tg1], gapsout:0, gapsin:0
workspace = w[tv1], gapsout:0, gapsin:0
workspace = f[1], gapsout:0, gapsin:0
windowrulev2 = bordersize 0, floating:0, onworkspace:w[t1]
windowrulev2 = rounding 0, floating:0, onworkspace:w[t1]
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tg1]
windowrulev2 = rounding 0, floating:0, onworkspace:w[tg1]
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
```
Expand Down

0 comments on commit dcafe02

Please sign in to comment.