mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-24 21:50:02 +01:00
Update Workspace-Rules.md
I thought workspace rules had similar functionality.
This commit is contained in:
parent
d36b61194b
commit
451e9d0e32
1 changed files with 4 additions and 2 deletions
|
|
@ -60,7 +60,8 @@ 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 = f[1], w[tv1], gapsout:0, gapsin:0
|
workspace = f[1], gapsout:0, gapsin:0
|
||||||
|
workspace = w[tv1], gapsout:0, gapsin:0
|
||||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: f[1]
|
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: f[1]
|
||||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: w[tv1]
|
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: w[tv1]
|
||||||
```
|
```
|
||||||
|
|
@ -70,7 +71,8 @@ windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: w[tv1]
|
||||||
You can combine workspace selectors for more fine-grained control, for example, to ignore special workspaces:
|
You can combine workspace selectors for more fine-grained control, for example, to ignore special workspaces:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
workspace = f[1]s[0], w[tv1]s[0], gapsout:0, gapsin:0
|
workspace = f[1]s[0], gapsout:0, gapsin:0
|
||||||
|
workspace = w[tv1]s[0], gapsout:0, gapsin:0
|
||||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: f[1]s[0]
|
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: f[1]s[0]
|
||||||
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: w[tv1]s[0]
|
windowrule = bordersize 0, rounding 0, floating: 0, onworkspace: w[tv1]s[0]
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue