mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
Update Workspace-Rules.md
Updating Workspace-Rules.md, because -> https://github.com/hyprwm/Hyprland/pull/11689
This commit is contained in:
parent
890bfe06b7
commit
60b3763e38
1 changed files with 4 additions and 8 deletions
|
|
@ -62,10 +62,8 @@ To replicate "smart gaps" / "no gaps when only" from other WMs/Compositors, use
|
|||
```ini
|
||||
workspace = w[tv1], gapsout:0, gapsin:0
|
||||
workspace = f[1], gapsout:0, gapsin:0
|
||||
windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
windowrule = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
||||
windowrule = rounding 0, floating:0, onworkspace:f[1]
|
||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: f[1]s[0]
|
||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: w[tv1]s[0]
|
||||
```
|
||||
|
||||
#### Smart gaps (ignoring special workspaces)
|
||||
|
|
@ -75,10 +73,8 @@ You can combine workspace selectors for more fine-grained control, for example,
|
|||
```ini
|
||||
workspace = w[tv1]s[false], gapsout:0, gapsin:0
|
||||
workspace = f[1]s[false], gapsout:0, gapsin:0
|
||||
windowrule = bordersize 0, floating:0, onworkspace:w[tv1]s[false]
|
||||
windowrule = rounding 0, floating:0, onworkspace:w[tv1]s[false]
|
||||
windowrule = bordersize 0, floating:0, onworkspace:f[1]s[false]
|
||||
windowrule = rounding 0, floating:0, onworkspace:f[1]s[false]
|
||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: f[1]s[0]
|
||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: w[tv1]s[0]
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue