mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
Configuring/Workspace-Rules: Update to window rules v3
This commit is contained in:
parent
a82db10ae8
commit
8b8b53051d
1 changed files with 8 additions and 8 deletions
|
|
@ -62,10 +62,10 @@ 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 = border_size 0, match:float false, match:workspace w[tv1]
|
||||
windowrule = rounding 0, match:float false, match:workspace w[tv1]
|
||||
windowrule = border_size 0, match:float false, match:workspace f[1]
|
||||
windowrule = rounding 0, match:float false, match:workspace f[1]
|
||||
```
|
||||
|
||||
#### Smart gaps (ignoring special workspaces)
|
||||
|
|
@ -75,10 +75,10 @@ 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 = border_size 0, match:float false, match:workspace w[tv1]s[false]
|
||||
windowrule = rounding 0, match:float false, match:workspace w[tv1]s[false]
|
||||
windowrule = border_size 0, match:float false, match:workspace f[1]s[false]
|
||||
windowrule = rounding 0, match:float false, match:workspace f[1]s[false]
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue