mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
fix rule name
This commit is contained in:
parent
f29e4c14b4
commit
4d85198ec4
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ windowrule = rounding 0, match:float 0, match:workspace f[1]s[false]
|
||||||
| default:[b] | Whether this workspace should be the default workspace for the given monitor | bool |
|
| default:[b] | Whether this workspace should be the default workspace for the given monitor | bool |
|
||||||
| gapsin:[x] | Set the gaps between windows (equivalent to [General->gaps_in](../Variables#general)) | int |
|
| gapsin:[x] | Set the gaps between windows (equivalent to [General->gaps_in](../Variables#general)) | int |
|
||||||
| gapsout:[x] | Set the gaps between windows and monitor edges (equivalent to [General->gaps_out](../Variables#general)) | int |
|
| gapsout:[x] | Set the gaps between windows and monitor edges (equivalent to [General->gaps_out](../Variables#general)) | int |
|
||||||
| border_size:[x] | Set the border size around windows (equivalent to [General->border_size](../Variables#general)) | int |
|
| bordersize:[x] | Set the border size around windows (equivalent to [General->border_size](../Variables#general)) | int |
|
||||||
| border:[b] | Whether to draw borders or not | bool |
|
| border:[b] | Whether to draw borders or not | bool |
|
||||||
| shadow:[b] | Whether to draw shadows or not | bool |
|
| shadow:[b] | Whether to draw shadows or not | bool |
|
||||||
| rounding:[b] | Whether to draw rounded windows or not | bool |
|
| rounding:[b] | Whether to draw rounded windows or not | bool |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue